aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-01 16:14:00 +0000
committerMario <mario@mariovavti.com>2024-03-01 16:14:00 +0000
commit37a0343163d13ffeead51fdaa1c8990707b53308 (patch)
tree47ed9a692b0b6f80c9cb7f5d4d3c1da4cd651c14
parent8529e2f14e7d258ce99be3367709c0e81cb0de81 (diff)
parent18abfb11ef56e8bb4ee25b57b1a0bcd2f9495d3f (diff)
downloadvolse-hubzilla-37a0343163d13ffeead51fdaa1c8990707b53308.tar.gz
volse-hubzilla-37a0343163d13ffeead51fdaa1c8990707b53308.tar.bz2
volse-hubzilla-37a0343163d13ffeead51fdaa1c8990707b53308.zip
Merge branch 'update-doxygen-config' into 'dev'
Update Doxygen config for generating online API docs See merge request hubzilla/core!2109
-rwxr-xr-xutil/Doxyfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/util/Doxyfile b/util/Doxyfile
index 14464df81..10c43e46d 100755
--- a/util/Doxyfile
+++ b/util/Doxyfile
@@ -1,6 +1,7 @@
INPUT = README.md index.php boot.php include/ install/ util/ view/ Zotlabs/
RECURSIVE = YES
-PROJECT_NAME = "The Hubzilla"
+PROJECT_NAME = "Hubzilla"
+PROJECT_BRIEF = "A powerful, privacy oriented fediverse CMS."
PROJECT_LOGO = images/hz-64.png
IMAGE_PATH = images/
EXCLUDE = .htconfig.php library/ doc/ store/ vendor/ .git/ util/zotsh/easywebdav/ util/generate-hooks-index/
@@ -36,4 +37,6 @@ 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"
+#INPUT_FILTER = "php util/Doxygen_phpvarfilter.php"
+JAVADOC_AUTOBRIEF = YES
+MARKDOWN_SUPPORT = YES