summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crawl_simple.doxy
Commit message (Collapse)AuthorAgeFilesLines
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
|
* Put the PRINTF thing in crawl_simple.doxy, too ...Samuel Bronson2013-03-251-1/+2
|
* 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