Include a Other Software section in Help file
[geeqie.git] / doxygen.conf
index e4d2b2e..074a2d7 100644 (file)
@@ -1001,14 +1001,14 @@ SOURCE_BROWSER         = YES
 # classes and enums directly into the documentation.
 # The default value is: NO.
 
-INLINE_SOURCES         = NO
+INLINE_SOURCES         = $(INLINE_SOURCES)
 
 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
 # special comment blocks from generated source code fragments. Normal C, C++ and
 # Fortran comments will always remain visible.
 # The default value is: YES.
 
-STRIP_CODE_COMMENTS    = YES
+STRIP_CODE_COMMENTS    = $(STRIP_CODE_COMMENTS)
 
 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
 # function all documented functions referencing it will be listed.
@@ -2111,6 +2111,7 @@ PREDEFINED             = HAVE_CLUTTER=1 \
                          HAVE_LIRC=1 \
                          HAVE_LUA=1 \
                          HAVE_PDF=1 \
+                         HAVE_RAW=1 \
                          HAVE_TIFF=1 \
                          HAVE_WEBP=1
 
@@ -2434,7 +2435,7 @@ DIAFILE_DIRS           =
 # generate a warning when it encounters a \startuml command in this case and
 # will not generate output for the diagram.
 
-PLANTUML_JAR_PATH      =
+PLANTUML_JAR_PATH      = $(PLANTUML_JAR_PATH)
 
 # When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
 # configuration file for plantuml.