diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-29 00:38:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-29 00:38:06 +0200 |
commit | 023586d1657872ea7a6532eeedb3992cf6ebdd35 (patch) | |
tree | c17a5c311c49bbbb5e60d26bbb5f94b9f861b1c3 /doc | |
parent | 9272cb8baa9328f7cb776da7c77e900f42ca4f7e (diff) |
doxygen fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doxygen/taler.doxy | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy index 67e36bd5..9b27a7d3 100644 --- a/doc/doxygen/taler.doxy +++ b/doc/doxygen/taler.doxy @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "GNU Taler: Merchant" -PROJECT_NUMBER = 0.6.0 +PROJECT_NUMBER = 0.8.0 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES @@ -262,16 +262,14 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- -TAGFILES = ../../contrib/gnunet.tag ../../contrib/microhttpd.tag -GENERATE_TAGFILE = taler-exchange.tag +TAGFILES = ../../contrib/gnunet.tag ../../contrib/microhttpd.tag taler-exchange.tag +GENERATE_TAGFILE = taler-merchant.tag ALLEXTERNALS = NO EXTERNAL_GROUPS = YES -PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = YES -MSCGEN_PATH = HIDE_UNDOC_RELATIONS = YES HAVE_DOT = YES CLASS_GRAPH = NO |