xml version="1.0" encoding="ISO-8859-1"?>
|
Apache HTTP Server Version 2.2 ![]() Documenting Apache 2.0Available Languages: en Apache 2.0 uses Doxygen to document the APIs and global variables in the code. This will explain the basics of how to document using Doxygen. Brief DescriptionTo start a documentation block, use In the middle of the block, there are multiple tags we can use:
The
/**At the top of the header file, always include:
Doxygen uses a new HTML file for each package. The HTML files are named {Name_of_library_header}.html, so try to be concise with your names. For a further discussion of the possibilities please refer to the Doxygen site. Available Languages: en |