summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crawl_all.doxy
Commit message (Collapse)AuthorAgeFilesLines
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
|
* Teach Doxygen how to deal with our PRINTF macro.Samuel Bronson2013-03-251-1/+2
|
* Doxygen: limit graph depth to 3.Samuel Bronson2011-10-021-1/+1
| | | | The hope is that this will make the diagrams more manageable in size.
* Don't do wholesale call/caller graphs, even for doxygen-all.Samuel Bronson2011-10-021-2/+2
| | | | | We can always stick in @callgraph and/or @callergraph for any functions/ methods for which we would particularly like these.
* Fix Doxygen warnings.Samuel Bronson2011-10-011-1/+1
|
* Doxygen: include static and private members and functions.Jude Brown2011-01-241-3/+3
|
* Doxygen: Split crawl.doxy into "simple" and "all" options.Jude Brown2011-01-241-0/+1551
The "simple" option does not generate CALL_GRAPHS, etc, by setting HAVE_DOT=NO. This will hopefully make things a little bit quicker for just testing that the documentation is formatted correctly, etc. The "all" option is identical to the previous configuration and generates call graphs, etc. Thus, the makefile options are now: - make doxy-simple OR make doxygen-simple - make doxy-all OR make doxygen-all