summaryrefslogtreecommitdiff
path: root/fluid/Doxyfile
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-05 14:20:04 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-05 14:20:13 +0100
commit8c8742740362159f63c802cc38aa0fdd6b09ea5a (patch)
treee666fbb554066bfbbac2fd4036be0ece54bbbc9b /fluid/Doxyfile
parent4b55a5af63f45f60a7c41c27d75822bd6893d16e (diff)
FLUID: Separates developer and user documentation
Diffstat (limited to 'fluid/Doxyfile')
-rw-r--r--fluid/Doxyfile12
1 files changed, 4 insertions, 8 deletions
diff --git a/fluid/Doxyfile b/fluid/Doxyfile
index 6f8f4f3d7..f28a4eef2 100644
--- a/fluid/Doxyfile
+++ b/fluid/Doxyfile
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = Fluid
+PROJECT_NAME = Fluid User Manual
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@@ -51,7 +51,7 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
-PROJECT_LOGO =
+PROJECT_LOGO = icons/fluid-48.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
@@ -863,7 +863,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = .
+INPUT = documentation/src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -892,11 +892,7 @@ INPUT_ENCODING = UTF-8
# comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd,
# *.vhdl, *.ucf, *.qsf and *.ice.
-FILE_PATTERNS = *.H \
- *.h \
- *.c \
- *.cxx \
- *.dox
+FILE_PATTERNS = *.dox
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.