From 6a4fd1fdad507d0c5f0c867bbf208983954e5903 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Sun, 20 Jun 2021 10:07:38 +0200 Subject: [PATCH] Tweaked doxygen documentation. #672 --- Makefile | 2 +- src/main/doxygen/doxygen.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d73c01e53..9dd6981e8 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ test: clean: mvn clean doxygen: - mkdir target + mkdir -p target doxygen src/main/doxygen/doxygen.conf diff --git a/src/main/doxygen/doxygen.conf b/src/main/doxygen/doxygen.conf index 2eb956b9a..73716a510 100644 --- a/src/main/doxygen/doxygen.conf +++ b/src/main/doxygen/doxygen.conf @@ -1075,7 +1075,7 @@ INPUT += README.md # also VERBATIM_HEADERS is set to NO. # The default value is: NO. -SOURCE_BROWSER = YES +SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body of functions, # classes and enums directly into the documentation. @@ -1108,7 +1108,7 @@ REFERENCES_RELATION = NO # link to the documentation. # The default value is: YES. -REFERENCES_LINK_SOURCE = YES +REFERENCES_LINK_SOURCE = NO # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the # source code will show a tooltip with additional information such as prototype, @@ -1148,7 +1148,7 @@ USE_HTAGS = NO # See also: Section \class. # The default value is: YES. -VERBATIM_HEADERS = YES +VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index