aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index e95ca9c..577408b 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1,3 +1,5 @@
+# @configure_input@
+
# Copyright (C) 2025 Nicolas Dato
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -27,7 +29,7 @@ CASE_SENSE_NAMES = NO
HIDE_SCOPE_NAMES = YES
INPUT = @srcdir@/../src/tuberia.h
RECURSIVE = YES
-EXAMPLE_PATTERNS = *.c
+JAVADOC_AUTOBRIEF = YES
SOURCE_BROWSER = YES
HTML_OUTPUT = @builddir@/doxygen_html
GENERATE_TREEVIEW = YES