Merge pull request #164 from CodeDocs/codedocs

Use CodeDocs for Doxygen documentation
This commit is contained in:
OpenSceneGraph git repository 2016-11-15 09:28:25 +00:00 committed by GitHub
commit 33e28b0971
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