diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-07 20:34:54 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-07 20:34:54 -0300 |
commit | 044a46bb3b86ee5dcd368929d5da2f4f44806e04 (patch) | |
tree | 40adb93ee0aba036a90790e177f77ad756b14664 /doc | |
parent | cef8f4c5062a5d509d9bc247869431e5dec5ced3 (diff) | |
download | libtuberia-044a46bb3b86ee5dcd368929d5da2f4f44806e04.tar.gz |
improving documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 4 |
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 |