-Removed README.dox from ccid Doxyfile inputs
-Started to use breathe to integrate Doxygen documentation into sphinx git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@551 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
import sys, os
|
||||
import sys, os, breathe
|
||||
|
||||
# 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
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = []
|
||||
extensions = ["breathe"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
@@ -214,3 +214,6 @@ man_pages = [
|
||||
('index', 'virtualsmartcardarchitecture', u'Virtual Smartcard Architecture Documentation',
|
||||
[u'Dominik Oepen, Frank Morgner'], 1)
|
||||
]
|
||||
|
||||
breathe_projects = {"ccid": "doxygen/ccid"}
|
||||
breathe_default_project = "ccid"
|
||||
|
||||
1
doc/doxygen/ccid
Symbolic link
1
doc/doxygen/ccid
Symbolic link
@@ -0,0 +1 @@
|
||||
../../ccid/doc/xml/
|
||||
1
doc/doxygen/npa
Symbolic link
1
doc/doxygen/npa
Symbolic link
@@ -0,0 +1 @@
|
||||
../../npa/doc/xml/
|
||||
Reference in New Issue
Block a user