Para probar los miles de complementos que están disponibles aquí, descarga Mozilla Firefox, ¡una forma rápida y gratuita de navegar en la Web!
CerrarBienvenido a Complementos Firefox.
Elige de entre miles de funciones y estilos extra para hacer de Firefox tu navegador.
Cerrar¿Eres una persona dinámica?
Revisa nuestro sitio sobre complementos para dispositivos móviles.
Cerrar
MDN Interface Documentation Generator 0.14.5.1-signed.1-signed Necesita reiniciarse
por Trevor Hobson
Generate MDN Interface Documentation from IDL files.
Acerca de este complemento
To update existing documentation I follow these steps:
- Start running mdni for the interface, this process takes some time so you can continue with the next steps.
- Copy the source of the existing documentation to a text editor.
- Find and replace '{{template.' with '{{', '.28.29' with '()', sometimes there will be excessive or unnecessary , either remove them or replace with a regular space.
- When mdni has finished, copy the generated content.
- Paste the generated content into the source of a page on MDC, click the source button twice (this will format the source to make comparison easier).
- Copy the source of the generated documentation to a text editor and save.
- Use your favourite diff viewer (I use Meld) to move the relevant information to the generated content.
- Replace the original documentation with the generated documentation.
- If necessary make changes to the tags of the page.
- If necessary move the page to ../XPCOM Interface Reference/ .