diff options
Diffstat (limited to 'docs/manual/developer/documenting.html.en')
-rw-r--r-- | docs/manual/developer/documenting.html.en | 2 |
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="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <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> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <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> |