summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* property cleanupAndré Malo2004-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@106483 13f79535-47bb-0310-9956-ffa450edef68
* Remove .cvsignore files.Joe Orton2004-11-181-2/+0
| | | | | | | Tipped-of-by: Uwe Zeisberger git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@76269 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
* move serf's pool-design.txt here as part of the actual APR docs.Greg Stein2003-06-251-0/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64553 13f79535-47bb-0310-9956-ffa450edef68
* Fix another screwy line-endingWilliam A. Rowe Jr2003-03-311-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64462 13f79535-47bb-0310-9956-ffa450edef68
* A very fast pass through the new debugging symbols and top level projects.William A. Rowe Jr2003-03-101-0/+63
| | | | | | | Needs *much* more work. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64416 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
* Move the APR design document to the docs directory, and make it an HTMLRyan Bloom2002-11-071-0/+399
| | | | | | | | | | file. The content has been changed a little bit to match what we are doing currently. I should have made two commits, but I noticed all of the errors in the doc as I was converting it to HTML, so it was easier to do all of the changes in one go. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64005 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
* Ignore the dox directoryRyan Bloom2001-08-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62151 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
* Fix a simple typo.Ryan Bloom2001-02-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61212 13f79535-47bb-0310-9956-ffa450edef68
* Make this respectable.William A. Rowe Jr2000-11-061-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60639 13f79535-47bb-0310-9956-ffa450edef68
* I've committed this document so that others (esp. Mac OS X, NetWare, OS2, etc)William A. Rowe Jr2000-11-061-0/+151
| | | | | | | | | can refine the observations about their platforms' path processing behavior. Why html? Next revision from me will define the Win32/OS2 pseudo-code in an alternate style, to highlight differences and discrepancies. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60638 13f79535-47bb-0310-9956-ffa450edef68
* Add a rule to make the docs from APR's header files. And add a .cvsignoreRyan Bloom2000-07-231-0/+1
| | | | | | | so that those generated html pages are ignored by CVS. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60432 13f79535-47bb-0310-9956-ffa450edef68
* Add two APR docs. The first talks about why we are using incompleteRyan Bloom2000-05-192-0/+131
types. The second talks about using APR'ized programs with non-APR'ized programs. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60071 13f79535-47bb-0310-9956-ffa450edef68