automagically generate documentation of virtualsmartcard
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@588 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -26,7 +26,7 @@ from sphinxcontrib.doxylink import doxylink
|
||||
|
||||
# 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", "sphinxcontrib.doxylink"]
|
||||
extensions = ["breathe", "sphinxcontrib.doxylink", "sphinx.ext.autosummary"]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
@@ -216,7 +216,8 @@ man_pages = [
|
||||
[u'Dominik Oepen, Frank Morgner'], 1)
|
||||
]
|
||||
|
||||
os.system("cd npa && make doc >/dev/null && touch api.rst")
|
||||
os.system("make doc -C npa >/dev/null")
|
||||
os.system("make doc -C virtualsmartcard >/dev/null")
|
||||
breathe_projects = {"npa": "npa/xml"}
|
||||
breathe_default_project = "npa"
|
||||
doxylink = { 'npa' : ('npa/npa.tag', '_static/doxygen-npa/'), }
|
||||
|
||||
@@ -23,6 +23,7 @@ have a look at these programming guides and try yourself:
|
||||
|
||||
.. toctree::
|
||||
|
||||
virtualsmartcard/api
|
||||
npa/api
|
||||
|
||||
Download
|
||||
|
||||
Reference in New Issue
Block a user