[pacman-dev] [PATCH 19/23] doc: update doxyfile

Colin Woodbury colin at fosskers.ca
Wed Dec 9 19:43:13 UTC 2020


LGTM. These fix a number of warnings about obsolete fields. Did you rerun the wizard to generate this?

On Mon, 7 Dec 2020, at 14:19, morganamilo wrote:
> ---
> doc/Doxyfile.in | 81 +++++++++++++++++++++++++++++++++++--------------
> 1 file changed, 59 insertions(+), 22 deletions(-)
> 
> diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
> index e2101a28..776318da 100644
> --- a/doc/Doxyfile.in
> +++ b/doc/Doxyfile.in
> @@ -1,4 +1,4 @@
> -# Doxyfile 1.8.2
> +# Doxyfile 1.8.20
>  
> #---------------------------------------------------------------------------
> # Project related configuration options
> @@ -10,7 +10,9 @@ PROJECT_BRIEF          = "Arch Linux Package Manager Library"
> PROJECT_LOGO           =
> OUTPUT_DIRECTORY       = @OUTPUT_DIRECTORY@
> CREATE_SUBDIRS         = NO
> +ALLOW_UNICODE_NAMES    = NO
> OUTPUT_LANGUAGE        = English
> +OUTPUT_TEXT_DIRECTION  = None
> BRIEF_MEMBER_DESC      = YES
> REPEAT_BRIEF           = YES
> ABBREVIATE_BRIEF       = "The $name class" \
> @@ -31,36 +33,41 @@ STRIP_FROM_PATH        =
> STRIP_FROM_INC_PATH    =
> SHORT_NAMES            = NO
> JAVADOC_AUTOBRIEF      = YES
> +JAVADOC_BANNER         = NO
> QT_AUTOBRIEF           = NO
> MULTILINE_CPP_IS_BRIEF = NO
> +PYTHON_DOCSTRING       = YES
> INHERIT_DOCS           = YES
> SEPARATE_MEMBER_PAGES  = NO
> TAB_SIZE               = 4
> ALIASES                =
> -TCL_SUBST              =
> OPTIMIZE_OUTPUT_FOR_C  = YES
> OPTIMIZE_OUTPUT_JAVA   = NO
> OPTIMIZE_FOR_FORTRAN   = NO
> OPTIMIZE_OUTPUT_VHDL   = NO
> +OPTIMIZE_OUTPUT_SLICE  = NO
> EXTENSION_MAPPING      =
> MARKDOWN_SUPPORT       = YES
> +TOC_INCLUDE_HEADINGS   = 5
> AUTOLINK_SUPPORT       = YES
> BUILTIN_STL_SUPPORT    = NO
> CPP_CLI_SUPPORT        = NO
> SIP_SUPPORT            = NO
> IDL_PROPERTY_SUPPORT   = YES
> DISTRIBUTE_GROUP_DOC   = NO
> +GROUP_NESTED_COMPOUNDS = NO
> SUBGROUPING            = YES
> INLINE_GROUPED_CLASSES = NO
> -INLINE_SIMPLE_STRUCTS  = NO
> +INLINE_SIMPLE_STRUCTS  = YES
> TYPEDEF_HIDES_STRUCT   = YES
> -SYMBOL_CACHE_SIZE      = 0
> LOOKUP_CACHE_SIZE      = 0
> +NUM_PROC_THREADS       = 1
> #---------------------------------------------------------------------------
> # Build related configuration options
> #---------------------------------------------------------------------------
> EXTRACT_ALL            = NO
> EXTRACT_PRIVATE        = NO
> +EXTRACT_PRIV_VIRTUAL   = NO
> EXTRACT_PACKAGE        = NO
> EXTRACT_STATIC         = NO
> EXTRACT_LOCAL_CLASSES  = YES
> @@ -73,7 +80,9 @@ HIDE_IN_BODY_DOCS      = YES
> INTERNAL_DOCS          = NO
> CASE_SENSE_NAMES       = YES
> HIDE_SCOPE_NAMES       = NO
> +HIDE_COMPOUND_REFERENCE= NO
> SHOW_INCLUDE_FILES     = YES
> +SHOW_GROUPED_MEMB_INC  = NO
> FORCE_LOCAL_INCLUDES   = NO
> INLINE_INFO            = YES
> SORT_MEMBER_DOCS       = YES
> @@ -95,26 +104,29 @@ FILE_VERSION_FILTER    =
> LAYOUT_FILE            =
> CITE_BIB_FILES         =
> #---------------------------------------------------------------------------
> -# configuration options related to warning and progress messages
> +# Configuration options related to warning and progress messages
> #---------------------------------------------------------------------------
> QUIET                  = NO
> WARNINGS               = YES
> WARN_IF_UNDOCUMENTED   = YES
> WARN_IF_DOC_ERROR      = YES
> WARN_NO_PARAMDOC       = NO
> +WARN_AS_ERROR          = NO
> WARN_FORMAT            = "$file:$line: $text"
> WARN_LOGFILE           =
> #---------------------------------------------------------------------------
> -# configuration options related to the input files
> +# Configuration options related to the input files
> #---------------------------------------------------------------------------
> -INPUT                  = ../lib/libalpm/alpm.h ../lib/libalpm/alpm_list.h
> +INPUT                  = ../lib/libalpm/alpm.h \
> +                         ../lib/libalpm/alpm_list.h
> INPUT_ENCODING         = UTF-8
> FILE_PATTERNS          =
> RECURSIVE              = NO
> EXCLUDE                =
> EXCLUDE_SYMLINKS       = NO
> EXCLUDE_PATTERNS       =
> -EXCLUDE_SYMBOLS        = _alpm_* __alpm_*
> +EXCLUDE_SYMBOLS        = _alpm_* \
> +                         __alpm_*
> EXAMPLE_PATH           =
> EXAMPLE_PATTERNS       = *
> EXAMPLE_RECURSIVE      = NO
> @@ -123,8 +135,9 @@ INPUT_FILTER           =
> FILTER_PATTERNS        =
> FILTER_SOURCE_FILES    = NO
> FILTER_SOURCE_PATTERNS =
> +USE_MDFILE_AS_MAINPAGE =
> #---------------------------------------------------------------------------
> -# configuration options related to source browsing
> +# Configuration options related to source browsing
> #---------------------------------------------------------------------------
> SOURCE_BROWSER         = NO
> INLINE_SOURCES         = NO
> @@ -132,16 +145,17 @@ STRIP_CODE_COMMENTS    = NO
> REFERENCED_BY_RELATION = YES
> REFERENCES_RELATION    = YES
> REFERENCES_LINK_SOURCE = YES
> +SOURCE_TOOLTIPS        = YES
> USE_HTAGS              = NO
> VERBATIM_HEADERS       = YES
> #---------------------------------------------------------------------------
> -# configuration options related to the alphabetical class index
> +# Configuration options related to the alphabetical class index
> #---------------------------------------------------------------------------
> ALPHABETICAL_INDEX     = NO
> COLS_IN_ALPHA_INDEX    = 5
> IGNORE_PREFIX          =
> #---------------------------------------------------------------------------
> -# configuration options related to the HTML output
> +# Configuration options related to the HTML output
> #---------------------------------------------------------------------------
> GENERATE_HTML          = NO
> HTML_OUTPUT            = html
> @@ -155,6 +169,7 @@ HTML_COLORSTYLE_HUE    = 220
> HTML_COLORSTYLE_SAT    = 100
> HTML_COLORSTYLE_GAMMA  = 80
> HTML_TIMESTAMP         = YES
> +HTML_DYNAMIC_MENUS     = YES
> HTML_DYNAMIC_SECTIONS  = NO
> HTML_INDEX_NUM_ENTRIES = 100
> GENERATE_DOCSET        = NO
> @@ -184,33 +199,47 @@ GENERATE_TREEVIEW      = NO
> ENUM_VALUES_PER_LINE   = 4
> TREEVIEW_WIDTH         = 250
> EXT_LINKS_IN_WINDOW    = NO
> +HTML_FORMULA_FORMAT    = png
> FORMULA_FONTSIZE       = 10
> FORMULA_TRANSPARENT    = YES
> +FORMULA_MACROFILE      =
> USE_MATHJAX            = NO
> +MATHJAX_FORMAT         = HTML-CSS
> MATHJAX_RELPATH        = http://www.mathjax.org/mathjax
> MATHJAX_EXTENSIONS     =
> +MATHJAX_CODEFILE       =
> SEARCHENGINE           = NO
> SERVER_BASED_SEARCH    = NO
> +EXTERNAL_SEARCH        = NO
> +SEARCHENGINE_URL       =
> +SEARCHDATA_FILE        = searchdata.xml
> +EXTERNAL_SEARCH_ID     =
> +EXTRA_SEARCH_MAPPINGS  =
> #---------------------------------------------------------------------------
> -# configuration options related to the LaTeX output
> +# Configuration options related to the LaTeX output
> #---------------------------------------------------------------------------
> GENERATE_LATEX         = NO
> LATEX_OUTPUT           = latex
> LATEX_CMD_NAME         = latex
> MAKEINDEX_CMD_NAME     = makeindex
> +LATEX_MAKEINDEX_CMD    = makeindex
> COMPACT_LATEX          = NO
> PAPER_TYPE             = letter
> EXTRA_PACKAGES         =
> LATEX_HEADER           =
> LATEX_FOOTER           =
> +LATEX_EXTRA_STYLESHEET =
> +LATEX_EXTRA_FILES      =
> PDF_HYPERLINKS         = NO
> USE_PDFLATEX           = NO
> LATEX_BATCHMODE        = NO
> LATEX_HIDE_INDICES     = NO
> LATEX_SOURCE_CODE      = NO
> LATEX_BIB_STYLE        = plain
> +LATEX_TIMESTAMP        = NO
> +LATEX_EMOJI_DIRECTORY  =
> #---------------------------------------------------------------------------
> -# configuration options related to the RTF output
> +# Configuration options related to the RTF output
> #---------------------------------------------------------------------------
> GENERATE_RTF           = NO
> RTF_OUTPUT             = rtf
> @@ -218,27 +247,31 @@ COMPACT_RTF            = NO
> RTF_HYPERLINKS         = NO
> RTF_STYLESHEET_FILE    =
> RTF_EXTENSIONS_FILE    =
> +RTF_SOURCE_CODE        = NO
> #---------------------------------------------------------------------------
> -# configuration options related to the man page output
> +# Configuration options related to the man page output
> #---------------------------------------------------------------------------
> GENERATE_MAN           = YES
> MAN_OUTPUT             = .
> MAN_EXTENSION          = .3
> +MAN_SUBDIR             =
> MAN_LINKS              = NO
> #---------------------------------------------------------------------------
> -# configuration options related to the XML output
> +# Configuration options related to the XML output
> #---------------------------------------------------------------------------
> GENERATE_XML           = NO
> XML_OUTPUT             = xml
> -XML_SCHEMA             =
> -XML_DTD                =
> XML_PROGRAMLISTING     = YES
> +XML_NS_MEMB_FILE_SCOPE = NO
> #---------------------------------------------------------------------------
> -# configuration options for the AutoGen Definitions output
> +# Configuration options related to the DOCBOOK output
> #---------------------------------------------------------------------------
> +GENERATE_DOCBOOK       = NO
> +DOCBOOK_OUTPUT         = docbook
> +DOCBOOK_PROGRAMLISTING = NO
> GENERATE_AUTOGEN_DEF   = NO
> #---------------------------------------------------------------------------
> -# configuration options related to the Perl module output
> +# Configuration options related to the Perl module output
> #---------------------------------------------------------------------------
> GENERATE_PERLMOD       = NO
> PERLMOD_LATEX          = NO
> @@ -262,18 +295,18 @@ PREDEFINED             = HAVE_CONFIG_H= \
> EXPAND_AS_DEFINED      =
> SKIP_FUNCTION_MACROS   = YES
> #---------------------------------------------------------------------------
> -# Configuration::additions related to external references
> +# Configuration options related to external references
> #---------------------------------------------------------------------------
> TAGFILES               =
> GENERATE_TAGFILE       =
> ALLEXTERNALS           = NO
> EXTERNAL_GROUPS        = YES
> -PERL_PATH              = /usr/bin/perl
> +EXTERNAL_PAGES         = YES
> #---------------------------------------------------------------------------
> # Configuration options related to the dot tool
> #---------------------------------------------------------------------------
> CLASS_DIAGRAMS         = NO
> -MSCGEN_PATH            =
> +DIA_PATH               =
> HIDE_UNDOC_RELATIONS   = YES
> HAVE_DOT               = YES
> DOT_NUM_THREADS        = 0
> @@ -297,6 +330,10 @@ INTERACTIVE_SVG        = NO
> DOT_PATH               =
> DOTFILE_DIRS           =
> MSCFILE_DIRS           =
> +DIAFILE_DIRS           =
> +PLANTUML_JAR_PATH      =
> +PLANTUML_CFG_FILE      =
> +PLANTUML_INCLUDE_PATH  =
> DOT_GRAPH_MAX_NODES    = 50
> MAX_DOT_GRAPH_DEPTH    = 3
> DOT_TRANSPARENT        = NO
> -- 
> 2.29.2
> 


More information about the pacman-dev mailing list