diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-16 13:13:07 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-16 13:13:07 +0000 |
commit | 9f8ec941f2dc6e7194ffdf8e3f5b2ddea6b60199 (patch) | |
tree | 99fe95064414ad5155fee17c6fb5abed922e144d | |
parent | Update Doxyfile (diff) | |
download | libdbpp-1.4.6.1.tar.bz2 libdbpp-1.4.6.1.tar.xz libdbpp-1.4.6.1.zip |
Update Doxygen configlibdbpp-1.4.6.1
-rw-r--r-- | libdbpp/Doxyfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libdbpp/Doxyfile b/libdbpp/Doxyfile index 0053e5e..87419d8 100644 --- a/libdbpp/Doxyfile +++ b/libdbpp/Doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.8.20 +# Doxyfile 1.9.1 #--------------------------------------------------------------------------- # Project related configuration options @@ -73,6 +73,7 @@ EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = NO EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO +RESOLVE_UNNAMED_PARAMS = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO @@ -148,13 +149,13 @@ SOURCE_TOOLTIPS = YES USE_HTAGS = NO VERBATIM_HEADERS = YES CLANG_ASSISTED_PARSING = NO +CLANG_ADD_INC_PATHS = YES CLANG_OPTIONS = CLANG_DATABASE_PATH = #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES -COLS_IN_ALPHA_INDEX = 5 IGNORE_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the HTML output @@ -319,6 +320,8 @@ COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES UML_LOOK = NO UML_LIMIT_NUM_FIELDS = 10 +DOT_UML_DETAILS = NO +DOT_WRAP_THRESHOLD = 17 TEMPLATE_RELATIONS = NO INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES |