Manual:Mwdocgen.php/pl
Plik MediaWiki: mwdocgen.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.44.0 • 1.43.3 • 1.39.13 |
Klasy: | MWDocGen |
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 to call graph generation.
Użycie
php maintenance/run MWDocGen [<options>] [<argument (optional)>]
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php
instead of php maintenance/run.php scriptName
.Opcja/Parametr | Opis | ||
---|---|---|---|
--all | Process entire codebase.
| ||
--doxygen | Path to doxygen.
| ||
--includes | Process only files in includes/ directory.
| ||
--languages | Process only files in languages/ directory.
| ||
--maintenance | Process only files in maintenance/ directory.
| ||
--extensions | Process only files in extensions/ directory.
| ||
--skins | Process only files in skins/ directory.
| ||
--file <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. | ||