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

@@ -7,7 +7,7 @@ FILE_PATTERNS = *.h
RECURSIVE = YES
EXAMPLE_PATH = @top_srcdir@/src
GENERATE_HTML = YES
GENERATE_TAGFILE = @builddir@/doc/$(PROJECT).tag
GENERATE_TAGFILE = @builddir@/doc/@PACKAGE_NAME@.tag
GENERATE_XML = YES
XML_OUTPUT = xml
OPTIMIZE_OUTPUT_FOR_C = YES

View File

@@ -80,11 +80,4 @@ Questions
For questions, please use http://sourceforge.net/projects/vsmartcard/support
=========
API index
=========
.. doxygenindex::
:project: npa
.. @author Frank Morgner <morgner@informatik.hu-berlin.de>

View File

@@ -20,7 +20,7 @@
*/
/**
* @file
* @defgroup npa Smart card interface to the German identity card (neuer Personalausweis, nPA)
* @defgroup npa Interface to German identity card (neuer Personalausweis, nPA)
* @{
*/
#ifndef _CCID_NPA_H

View File

@@ -18,7 +18,7 @@
*/
/**
* @file
* @defgroup sm Secure Messaging
* @defgroup sm Secure Messaging (SM)
* @{
*/
#ifndef _CCID_SM_H