Manual:Mwdocgen.php

This page is a translated version of the page Manual:Mwdocgen.php and the translation is 36% complete.
Outdated translations are marked like this.

mwdocgen.php é um Guião de manutenção do MediaWiki que produz documentação de referência de classe e ficheiro para o MediaWiki usando doxygen. Se o Processador de linguagem DOT estiver disponível, tente usar o gerador de gráfico.

Utilização

php mwdocgen.php [<command>] [<options>]
Opção/Parâmetro Descrição
--all Process entire codebase.
--includes Process only files in includes/ directory.
--languages Process only files in languages/ directory.
--maintenance Process only files in maintenance/ directory.
--skins Process only files in skins/ directory.
--files <file> Process only the given file.
--no-extensions Process everything but extensions directories.
--output <dir> Set output directory (default $doxyOutput).
--generate-man Generates manual page documentation.
--help Shows the help and exit.

Erros (bugs) conhecidos

  • pass_thru seems to always use buffering (even with ob_implicit_flush()), that make output slow when doxygen parses language files.
  • the menu doesn't work; it got disabled at revision 13740. We need to code it.

Ver também