diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-22 18:45:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 18:45:31 (GMT) |
commit | 2c925cc623ee43e102242ef2dc59c7c2dfcad15a (patch) | |
tree | cd6bfd952cf282ffe81d8eed6c2cef2475117d72 | |
parent | 0c90c290be99f9bdbfc4531192c3fe0eba2c2b7a (diff) | |
parent | b94119589ddd302e0dc42df072768c8ffd4ef559 (diff) | |
download | Doxygen-2c925cc623ee43e102242ef2dc59c7c2dfcad15a.zip Doxygen-2c925cc623ee43e102242ef2dc59c7c2dfcad15a.tar.gz Doxygen-2c925cc623ee43e102242ef2dc59c7c2dfcad15a.tar.bz2 |
Merge pull request #8451 from albert-github/feature/bug_maint_doxyfile
Maintenance doxygen internal Doxyfiles
-rw-r--r-- | Doxyfile | 3 | ||||
-rw-r--r-- | qtools/Doxyfile | 3 |
2 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,3 @@ -# Doxyfile 1.8.16 #--------------------------------------------------------------------------- # Project related configuration options @@ -12,7 +11,6 @@ OUTPUT_DIRECTORY = doxygen_docs CREATE_SUBDIRS = YES ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = English -OUTPUT_TEXT_DIRECTION = None BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ABBREVIATE_BRIEF = @@ -110,6 +108,7 @@ INPUT = src \ libxml INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h \ + *.hpp \ *.cpp \ *.l \ *.md diff --git a/qtools/Doxyfile b/qtools/Doxyfile index d3ab25a..af0497a 100644 --- a/qtools/Doxyfile +++ b/qtools/Doxyfile @@ -1,4 +1,3 @@ -# Doxyfile 1.8.14 #--------------------------------------------------------------------------- # Project related configuration options @@ -136,7 +135,6 @@ VERBATIM_HEADERS = YES # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES -COLS_IN_ALPHA_INDEX = 4 IGNORE_PREFIX = Q #--------------------------------------------------------------------------- # Configuration options related to the HTML output @@ -283,7 +281,6 @@ EXTERNAL_PAGES = YES # Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = YES -MSCGEN_PATH = DIA_PATH = HIDE_UNDOC_RELATIONS = YES HAVE_DOT = YES |