Compromise with documentation: Include the most important parts of libnpa with

breathe and reference the details with doxylink to external doxygen pages


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@567 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-25 19:35:29 +00:00
parent 1094a7ed22
commit 17428d2d74
10 changed files with 53 additions and 17 deletions

View File

@@ -11,7 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os, breathe
import sys, os, breathe, doxylink
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -25,7 +25,7 @@ import sys, os, breathe
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ["breathe"]
extensions = ["breathe", "doxylink"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -48,9 +48,9 @@ copyright = u'2011, Dominik Oepen, Frank Morgner'
# built documents.
#
# The short X.Y version.
version = '0.7'
#version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7'
release = '2011-05-20'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -215,5 +215,6 @@ man_pages = [
[u'Dominik Oepen, Frank Morgner'], 1)
]
breathe_projects = {"npa": "doxygen/npa"}
breathe_projects = {"npa": "doxygen/npa/xml"}
breathe_default_project = "npa"
doxylink = { 'npa' : ('doxygen/npa/npa.tag', '_static/doxygen-npa/'), }