Use CodeDocs for Doxygen documentation
Adds a configuration file (.codedocs) for building the Doxygen documentation using CodeDocs.xyz. Also, adds a badge to the README.md to link to the documentation.
This commit is contained in:
14
.codedocs
Normal file
14
.codedocs
Normal file
@@ -0,0 +1,14 @@
|
||||
# CodeDocs.xyz Configuration File
|
||||
|
||||
DOXYFILE = doc/Doxyfiles/doxyfile.cmake
|
||||
|
||||
PROJECT_NUMBER =
|
||||
PROJECT_LOGO = examples/osgAndroidExampleGLES1/res/drawable-hdpi/osg.png
|
||||
INPUT = include \
|
||||
src \
|
||||
applications \
|
||||
examples
|
||||
STRIP_FROM_PATH = include/
|
||||
HTML_FOOTER =
|
||||
SEARCHENGINE = YES
|
||||
|
||||
Reference in New Issue
Block a user