summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
Commit message (Collapse)AuthorAgeFilesLines
* Two missed APU_MODULE_DECLARE_DATA fixesWilliam A. Rowe Jr2009-12-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891841 13f79535-47bb-0310-9956-ffa450edef68
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794523 13f79535-47bb-0310-9956-ffa450edef68
* Add APU doxygen PREDEFINEDs.Bojan Smojver2009-07-161-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794505 13f79535-47bb-0310-9956-ffa450edef68
* * docs/doxygen.conf: Set CASE_SENSE_NAMES=NO and comment out STRIP_FROM_PATH.Justin Erenkrantz2005-02-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151769 13f79535-47bb-0310-9956-ffa450edef68
* Generate a tag file.David Reid2004-06-291-0/+3
| | | | | | | | Submitted by: Bojan Smojver < bojan rexursive com > Reviewed by: David Reid git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65240 13f79535-47bb-0310-9956-ffa450edef68
* Do not strip comments from generated doxygen source listings.Justin Erenkrantz2003-11-191-0/+1
| | | | | | | | Submitted by: Sander Temme Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64773 13f79535-47bb-0310-9956-ffa450edef68
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-3/+10
| | | | | | | | | | | | | | between extern "C" blocks and doxygen blocks, that we never include other headers within our own header's extern "C" block, that we always tag the entire file contents for doxygen (within the APR_HEADER_H only-once block), and generally clean up doxygen so that it is all consistent and generates respectable (although not yet 'great') results. Major TODO after 0.9.2 releases; fill in the apr.h APR_HAVE/APR_HAS and apr_type_t documentation!!! git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64397 13f79535-47bb-0310-9956-ffa450edef68
* Ignore both the test and the include/arch directory. Those are internalRyan Bloom2002-12-011-0/+3
| | | | | | | | header files, and don't need to be doc'ed in the API docs. This removes some doxygen error messages. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64108 13f79535-47bb-0310-9956-ffa450edef68
* Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test.William A. Rowe Jr2002-07-171-1/+0
| | | | | | | | | | Moved xlate.c into apr-util. Define APR_HAS_XLATE based on APR_HAVE_ICONV. It could become an APU_HAVE_ICONV test, but my configure.in.foo isn't that worthy. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63698 13f79535-47bb-0310-9956-ffa450edef68
* get our right name in thereCliff Woolley2002-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63374 13f79535-47bb-0310-9956-ffa450edef68
* small minor fixes to DoxygenIan Holsman2002-03-181-0/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63153 13f79535-47bb-0310-9956-ffa450edef68
* some more Doxygen goodnessIan Holsman2002-02-151-0/+1
| | | | | | | still alot more #defines to go git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62990 13f79535-47bb-0310-9956-ffa450edef68
* Next batch of moving the docs from ScanDoc to DoxyGen.Ryan Bloom2001-08-141-3/+6
| | | | | | | Submitted by: Ian Holsman <ianh@cnet.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62158 13f79535-47bb-0310-9956-ffa450edef68
* Setup APR to use doxygen instead of ScanDoc.Ryan Bloom2001-08-121-0/+19
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62145 13f79535-47bb-0310-9956-ffa450edef68