summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-12 17:55:14 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-12 17:55:14 +0200
commite53f2c346ed4c950396fcd9cc885a4dc2f6ab387 (patch)
tree75c261b49d7609edb73e20aa54d298b7b42ac2ad /docs/manual/developer
parentIt's 2.4, not 2.0 nowadays, and title should reflect that we're documenting t... (diff)
downloadapache2-e53f2c346ed4c950396fcd9cc885a4dc2f6ab387.tar.xz
apache2-e53f2c346ed4c950396fcd9cc885a4dc2f6ab387.zip
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/documenting.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en
index c7045697c0..982a71ff4b 100644
--- a/docs/manual/developer/documenting.html.en
+++ b/docs/manual/developer/documenting.html.en
@@ -5,7 +5,7 @@
This file is generated from xml source: DO NOT EDIT
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-->
-<title>Documenting Apache 2.0 - Apache HTTP Server</title>
+<title>Documenting code in Apache 2.4 - Apache HTTP Server</title>
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
@@ -16,13 +16,13 @@
<img alt="" src="../images/feather.gif" /></div>
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting code in Apache 2.4</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/developer/documenting.html" title="English">&nbsp;en&nbsp;</a> |
<a href="../zh-cn/developer/documenting.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
</div>
- <p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to
+ <p>Apache 2.4 uses <a href="http://www.doxygen.org/">Doxygen</a> to
document the APIs and global variables in the code. This will explain
the basics of how to document using Doxygen.</p>
</div>