summaryrefslogtreecommitdiffstats
path: root/doc/tools/doxy.py
Commit message (Collapse)AuthorAgeFilesLines
* Better names for doxygen-Sphinx bridge functionsBen Kaduk2012-12-141-4/+4
| | | | | | | | | | | It is confusing when the codepath for the production doc build involves calling functions with names like "test". Rename things which are in active use so that routines which are actually only used for testing are more discernable as such. ticket: 7505 (new) tags: pullup target_version: 1.11
* Massive reST content renameBen Kaduk2012-10-151-0/+64
All of rst_source/ is now just in doc/. The krb_ prefix is stripped from the document sub-directories. rst_tools are now just tools. The section headers of kadmind, krb5kdc, and sserver match as conflict markers. bigredbutton: whitespace ticket: 7409