aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-01-25 10:32:12 +0100
committerMario <mario@mariovavti.com>2019-01-25 10:32:12 +0100
commit073115e7ab556a0e4976f354ca02070ca87e0180 (patch)
tree40a5ced4edf4ce10c77d7dc13c8e25487d1af6f4 /util/Doxyfile
parent45dcd987c5c873a3da39e508ca195f73e78459a0 (diff)
parent4cc98874a06c2b243d39d1d5e0ea4a44518d50e9 (diff)
downloadvolse-hubzilla-073115e7ab556a0e4976f354ca02070ca87e0180.tar.gz
volse-hubzilla-073115e7ab556a0e4976f354ca02070ca87e0180.tar.bz2
volse-hubzilla-073115e7ab556a0e4976f354ca02070ca87e0180.zip
Merge branch 'apidocpublishing' into 'dev'
Suggestion: Publish doxygen API documentation at gitlab pages. See merge request hubzilla/core!1488
Diffstat (limited to 'util/Doxyfile')
-rw-r--r--util/Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/Doxyfile b/util/Doxyfile
index 7be774a81..14464df81 100644
--- a/util/Doxyfile
+++ b/util/Doxyfile
@@ -1,7 +1,8 @@
INPUT = README.md index.php boot.php include/ install/ util/ view/ Zotlabs/
RECURSIVE = YES
PROJECT_NAME = "The Hubzilla"
-PROJECT_LOGO = images/rm-64.png
+PROJECT_LOGO = images/hz-64.png
+IMAGE_PATH = images/
EXCLUDE = .htconfig.php library/ doc/ store/ vendor/ .git/ util/zotsh/easywebdav/ util/generate-hooks-index/
EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test*
OUTPUT_DIRECTORY = doc
@@ -33,5 +34,6 @@ INTERACTIVE_SVG = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = NO
# fix @var (https://bugzilla.gnome.org/show_bug.cgi?id=626105)
+# Should be obsolete with doxygen >= 1.8.15
#INPUT_FILTER = "sed -e 's/@var\s/@see /'"
INPUT_FILTER = "php util/Doxygen_phpvarfilter.php"