Page MenuHomePhabricator

mwdocgen.php: Add option to not create graphs
Open, LowPublicFeature

Description

Patch against trunk

If you don't really use them, generating the docs goes a lot quicker and browsing them is less quirky.


Version: unspecified
Severity: enhancement

Attached:

Details

Reference
bz33595

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:02 AM
bzimport set Reference to bz33595.
bzimport added a subscriber: Unknown Object (MLST).

You can just change the Doxyfile...

Of course, but providing an option is nicer :)

( which dot && !$noDot)
Swap them! This way whenever $noDot is true, you will not execute 'which dot'. Should be:
( !$noDot && which dot)

Reedy: can we add that to trunk or do we wait for 1.19 branching?

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:14 AM
Aklapper removed a subscriber: wikibugs-l-list.