fixed name of doxygen generated tag file
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@744 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FILE_PATTERNS = *.h
|
FILE_PATTERNS = *.h
|
||||||
GENERATE_HTML = YES
|
GENERATE_HTML = YES
|
||||||
GENERATE_LATEX = NO
|
GENERATE_LATEX = NO
|
||||||
GENERATE_TAGFILE = @builddir@/@PACKAGE_NAME@.tag
|
GENERATE_TAGFILE = @builddir@/@PACKAGE@.tag
|
||||||
GENERATE_XML = YES
|
GENERATE_XML = YES
|
||||||
INPUT = @top_srcdir@/src/npa
|
INPUT = @top_srcdir@/src/npa
|
||||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
DOXYGEN ?= doxygen
|
DOXYGEN ?= doxygen
|
||||||
|
|
||||||
do_subst = sed \
|
do_subst = sed \
|
||||||
|
-e 's,[@]PACKAGE[@],$(PACKAGE),g' \
|
||||||
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
|
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
|
||||||
-e 's,[@]PACKAGE_TARNAME[@],$(PACKAGE_TARNAME),g' \
|
-e 's,[@]PACKAGE_TARNAME[@],$(PACKAGE_TARNAME),g' \
|
||||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||||
|
|||||||
@@ -51,12 +51,6 @@ Interface to German identity card (neuer Personalausweis, nPA)
|
|||||||
The complete documentation can be found `here
|
The complete documentation can be found `here
|
||||||
<_static/doxygen-npa/group__npa.html>`__.
|
<_static/doxygen-npa/group__npa.html>`__.
|
||||||
|
|
||||||
-----
|
|
||||||
Types
|
|
||||||
-----
|
|
||||||
.. doxygenstruct:: establish_pace_channel_input
|
|
||||||
.. doxygenstruct:: establish_pace_channel_output
|
|
||||||
|
|
||||||
---------
|
---------
|
||||||
Functions
|
Functions
|
||||||
---------
|
---------
|
||||||
|
|||||||
Reference in New Issue
Block a user