Manual:Mwdocgen.php/pl

Category:MediaWiki code/pl#Mwdocgen.php

mwdocgen.php is a MediaWiki maintenance script that generates class and file reference documentation for MediaWiki using doxygen.

If the DOT language processor is available, attempt call graph generation.

Użycie

php maintenance/run.php mwdocgen [<command>] [<options>]
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.
Opcja/ParametrOpis
--allProcess entire codebase.
--includesProcess only files in includes/ directory.
--languagesProcess only files in languages/ directory.
--maintenanceProcess only files in maintenance/ directory.
--skinsProcess only files in skins/ directory.
--files <file>Process only the given file.
--no-extensionsProcess everything but extensions directories.
--output <dir>Set output directory (default $doxyOutput).
--generate-manGenerates manual page documentation.
--helpShows the help and exit.

Znane błędy

  • 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.

Zobacz też

Category:Maintenance scripts/pl#mwdocgen.php Category:Development maintenance scripts/pl
Category:Development maintenance scripts/pl Category:Maintenance scripts/pl Category:MediaWiki code/pl