https://bugzilla.wikimedia.org/show_bug.cgi?id=26404

           Summary: Enable call graphs for doxygen-generated docs
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://svn.wikimedia.org/doc/
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Documentation
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: z...@fooassociates.com


Created attachment 7923
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7923
Sample call graph for Title::getLinkUrl

It would be nice to have call graphs included in http://svn.wikimedia.org/doc

Enabling call graphs should be simple.

* We'll need to have dot installed on the server that generates the docs.
* In the config file for doxygen, HAVE_DOT and CALL_GRAPH need to be set to
YES.

On my older MacBook with 2GB RAM, generating call graphs increases the run time
of make docs about 12 times.

If you've not seen the call graphs generated by doxygen, I've attached a
sample.  When the call graphs is shown in the docs, it's supplemented by an
image map that links to documentation for the relevant calls. e.g. The image
for Title::getFullURL links to the docs page for Title::getFullURL

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to