Docs/Readme.md
This directory contains source files for the documentation as well as the generated doxygen output.
. (Docs root) High level content and format files. (E.g. css, header, footer.)
./Extern API documentation that is located outside the source files. When the API documentation gets too big or complex for the header and source files, it goes in this directory.
./Images Images related to the documentation.
./html The target for the Doxygen build. (Created during the build process.)
One of the requirements for the API documentation is that it has the minimum possible impact on the declarations in the header files. So, in general, the header file declarations only contain summary documentation. The detail documentation is placed as follows:
The generated html files will be located in the /Docs/html directory.