Manual:Mwdocgen.php/tr
MediaWiki dosyası: mwdocgen.php | |
---|---|
Konum: | maintenance/ |
Kaynak kodu: | master • 1.44.0 • 1.43.3 • 1.39.13 |
Sınıflar: | 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.
Kullanım
php maintenance/run MWDocGen [<seçenekler>] [<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
.Seçenek/Parametre | Description | ||
---|---|---|---|
--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. | ||