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:
Paul Novotny 2016-11-02 20:56:04 -04:00
parent b5c071eed9
commit 1234619a48
2 changed files with 15 additions and 0 deletions

14
.codedocs Normal file
View 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

View File

@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/openscenegraph/OpenSceneGraph.svg?branch=master)](https://travis-ci.org/openscenegraph/OpenSceneGraph)
[![Coverity Status](https://scan.coverity.com/projects/9159/badge.svg)](https://scan.coverity.com/projects/openscenegraph-openscenegraph)
[![Documentation](https://codedocs.xyz/openscenegraph/OpenSceneGraph.svg)](https://codedocs.xyz/openscenegraph/OpenSceneGraph/)
### Introduction