From: Daniel Gruno Date: Thu, 12 Apr 2012 15:55:00 +0000 (+0000) Subject: It's 2.4, not 2.0 nowadays, and title should reflect that we're documenting the code... X-Git-Tag: 2.5.0-alpha~7184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e721943809c49ea3510f8d7d959636103f1f94a;p=apache It's 2.4, not 2.0 nowadays, and title should reflect that we're documenting the code, not Apache itself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325333 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/documenting.xml b/docs/manual/developer/documenting.xml index b398cd3cba..77631189d3 100644 --- a/docs/manual/developer/documenting.xml +++ b/docs/manual/developer/documenting.xml @@ -23,10 +23,10 @@ Developer Documentation -Documenting Apache 2.0 +Documenting code in Apache 2.4 -

Apache 2.0 uses Doxygen to +

Apache 2.4 uses Doxygen to document the APIs and global variables in the code. This will explain the basics of how to document using Doxygen.