summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer/documenting.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-04-05 20:13:21 +0200
committerAndré Malo <nd@apache.org>2003-04-05 20:13:21 +0200
commitc5daf7a3dd6ede7f598d91cc51bab50e58631a05 (patch)
tree6f4ebfa2b6713b50a7322804f78126068c711b4a /docs/manual/developer/documenting.html.en
parentthe layeredio concept was never really applied. So drop this outdated document. (diff)
downloadapache2-c5daf7a3dd6ede7f598d91cc51bab50e58631a05.tar.xz
apache2-c5daf7a3dd6ede7f598d91cc51bab50e58631a05.zip
- new developer/index.xml
- add references from the subdocuments to the index file (<parentdocument>) - fix German sitemap reference revision # to be up-to-date git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/documenting.html.en')
-rw-r--r--docs/manual/developer/documenting.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en
index 5fef9988e4..92e420efbd 100644
--- a/docs/manual/developer/documenting.html.en
+++ b/docs/manual/developer/documenting.html.en
@@ -16,7 +16,7 @@
<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-project/">Documentation</a> &gt; <a href="../">Version 2.1</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-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1>
<p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to
document the APIs and global variables in the the code. This will explain
the basics of how to document using Doxygen.</p>