From 7e721943809c49ea3510f8d7d959636103f1f94a Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 12 Apr 2012 15:55:00 +0000 Subject: [PATCH] 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 --- docs/manual/developer/documenting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.40.0