Last modified: 2014-02-12 23:35:41 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35595, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33595 - mwdocgen.php: Add option to not create graphs
mwdocgen.php: Add option to not create graphs
Status: NEW
Product: MediaWiki
Classification: Unclassified
Maintenance scripts (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch, patch-reviewed
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-08 23:35 UTC by MrBlueSky
Modified: 2014-02-12 23:35 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Patch against trunk (2.37 KB, patch)
2012-01-08 23:35 UTC, MrBlueSky
Details

Description MrBlueSky 2012-01-08 23:35:15 UTC
Created attachment 9825 [details]
Patch against trunk

If you don't really use them, generating the docs goes a lot quicker and browsing them is less quirky.
Comment 1 Sam Reed (reedy) 2012-01-08 23:42:02 UTC
You can just change the Doxyfile...
Comment 2 MrBlueSky 2012-01-09 00:30:46 UTC
Of course, but providing an option is nicer :)
Comment 3 Antoine "hashar" Musso (WMF) 2012-01-12 22:55:06 UTC
 ( `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?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links