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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3938a054d57b1f83129e4c0f3dc9e519ce66abb8;p=thirdparty%2Fapache%2Fhttpd.git 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 b398cd3cbae..77631189d3b 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.