mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Doxygen: Silence obsolete parameter warnings and suppress private struct names.
This commit is contained in:
@@ -1460,18 +1460,6 @@ GENERATE_XML = NO
|
||||
|
||||
XML_OUTPUT = xml
|
||||
|
||||
# The XML_SCHEMA tag can be used to specify an XML schema,
|
||||
# which can be used by a validating XML parser to check the
|
||||
# syntax of the XML files.
|
||||
|
||||
XML_SCHEMA =
|
||||
|
||||
# The XML_DTD tag can be used to specify an XML DTD,
|
||||
# which can be used by a validating XML parser to check the
|
||||
# syntax of the XML files.
|
||||
|
||||
XML_DTD =
|
||||
|
||||
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
|
||||
# dump the program listings (including syntax highlighting
|
||||
# and cross-referencing information) to the XML output. Note that
|
||||
@@ -1856,3 +1844,10 @@ GENERATE_LEGEND = YES
|
||||
# the various graphs.
|
||||
|
||||
DOT_CLEANUP = YES
|
||||
|
||||
# GObject code frequently hides the definition of structs in private headers and
|
||||
# typedefs them in public declarations. TYPEDEF_HIDES_STRUCT prevents leaking
|
||||
# the private names into the documentation.
|
||||
|
||||
TYPEDEF_HIDES_STRUCT = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user