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:
parent
b5c071eed9
commit
1234619a48
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 @@
|
|||||||
[![Build Status](https://travis-ci.org/openscenegraph/OpenSceneGraph.svg?branch=master)](https://travis-ci.org/openscenegraph/OpenSceneGraph)
|
[![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)
|
[![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
|
### Introduction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user