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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[](https://travis-ci.org/openscenegraph/OpenSceneGraph)
|
||||
[](https://scan.coverity.com/projects/openscenegraph-openscenegraph)
|
||||
[](https://codedocs.xyz/openscenegraph/OpenSceneGraph/)
|
||||
|
||||
### Introduction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user