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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/**
|
||||
* @file
|
||||
* @defgroup sm Secure Messaging
|
||||
* @defgroup sm Secure Messaging (SM)
|
||||
* @{
|
||||
*/
|
||||
#ifndef _CCID_SM_H
|
||||
|
||||
Reference in New Issue
Block a user