From 044a46bb3b86ee5dcd368929d5da2f4f44806e04 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Thu, 7 Aug 2025 20:34:54 -0300 Subject: improving documentation --- doc/Doxyfile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3