head 1.2; access; symbols RPM_4_2_1:1.1.1.11 RPM_4_2:1.1.1.10 RPM_4_1_1:1.1.1.9 RPM_4_1:1.1.1.8 RPM_4_0_5:1.1.1.7 RPM_4_0_4:1.1.1.6 RPM_4_0_3:1.1.1.5 RPM_4_0_2:1.1.1.4 RPM_4_0_1:1.1.1.3 RPM_4_0:1.1.1.2 RPM_3_0_6:1.1.1.1 RPM_3_0_5:1.1.1.1 RPM_3_0_4:1.1.1.1 RPM:1.1.1; locks; strict; comment @# @; 1.2 date 2008.01.02.09.49.44; author rse; state dead; branches; next 1.1; commitid z4cpSiAhOCXk5PLs; 1.1 date 2000.01.19.22.51.39; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.01.19.22.51.39; author rse; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 2000.07.23.22.48.38; author rse; state Exp; branches; next 1.1.1.3; 1.1.1.3 date 2001.01.17.16.37.00; author rse; state Exp; branches; next 1.1.1.4; 1.1.1.4 date 2001.02.14.19.45.17; author rse; state Exp; branches; next 1.1.1.5; 1.1.1.5 date 2001.08.04.18.43.12; author rse; state Exp; branches; next 1.1.1.6; 1.1.1.6 date 2002.01.22.16.09.48; author rse; state Exp; branches; next 1.1.1.7; 1.1.1.7 date 2003.03.22.18.15.30; author rse; state Exp; branches; next 1.1.1.8; 1.1.1.8 date 2002.06.30.22.47.32; author rse; state Exp; branches; next 1.1.1.9; 1.1.1.9 date 2003.03.04.20.16.30; author rse; state Exp; branches; next 1.1.1.10; 1.1.1.10 date 2003.01.08.19.21.45; author rse; state Exp; branches; next 1.1.1.11; 1.1.1.11 date 2003.07.10.16.39.42; author rse; state Exp; branches; next ; desc @@ 1.2 log @remove the ancient RPM 4.2.1 source tree copy @ text @# Doxyfile 1.0.0 # This file describes the settings to be used by doxygen for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- # The PROJECT_NAME tag is a single word (or a sequence of word surrounded # by quotes) that should identify the project. PROJECT_NAME = @@PACKAGE@@ # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = @@VERSION@@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = doxygen # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Dutch, French, Italian, Czech, Swedish, German and Japanese OUTPUT_LANGUAGE = English # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # If the EXTRACT_ALL tag is set to YES all classes and functions will be # included in the documentation, even if no documentation was available. EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members inside documented classes or files. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSESS tag is set to YES, Doxygen will hide all # undocumented classes. HIDE_UNDOC_CLASSES = NO # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # If the ALWAYS_DETAILS_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = YES # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. STRIP_FROM_PATH = @@TOP_SOURCEDIR@@/ # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a class diagram (in Html and LaTeX) for classes with base or # super classes. Setting the tag to NO turns the diagrams off. CLASS_DIAGRAMS = YES # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen # will only generate file names in lower case letters. If set to # YES upper case letters are also allowed. This is useful if you have # classes or files whose names only differ in case and if your file system # supports case sensitive file names. CASE_SENSE_NAMES = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the Javadoc-style will # behave just like the Qt-style comments. JAVADOC_AUTOBRIEF = YES # if the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # reimplements. INHERIT_DOCS = YES # if the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # the TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = \ ./build.c \ ./build.h \ ./config.h \ ./convertdb.c \ ./oldrpmdb.c \ ./rpm.c \ ./rpm2cpio.c \ ./system.h \ ./build/build.c \ ./build/buildio.h \ ./build/expression.c \ ./build/files.c \ ./build/misc.c \ ./build/myftw.c \ ./build/myftw.h \ ./build/names.c \ ./build/pack.c \ ./build/parseBuildInstallClean.c \ ./build/parseChangelog.c \ ./build/parseDescription.c \ ./build/parseFiles.c \ ./build/parsePreamble.c \ ./build/parsePrep.c \ ./build/parseReqs.c \ ./build/parseScript.c \ ./build/parseSpec.c \ ./build/reqprov.c \ ./build/rpmbuild.h \ ./build/rpmspec.h \ ./build/spec.c \ ./lib/cpio.c \ ./lib/cpio.h \ ./lib/dbindex.c \ ./lib/dbindex.h \ ./lib/depends.c \ ./lib/depends.h \ ./lib/falloc.c \ ./lib/falloc.h \ ./lib/formats.c \ ./lib/fprint.c \ ./lib/fprint.h \ ./lib/fs.c \ ./lib/hash.c \ ./lib/hash.h \ ./lib/header.c \ ./lib/header.h \ ./lib/install.c \ ./lib/install.h \ ./lib/lookup.c \ ./lib/lookup.h \ ./lib/macro.c \ ./lib/md5.c \ ./lib/md5.h \ ./lib/md5sum.c \ ./lib/messages.c \ ./lib/misc.c \ ./lib/misc.h \ ./lib/oldheader.c \ ./lib/oldheader.h \ ./lib/oldrpmdb.h \ ./lib/package.c \ ./lib/problems.c \ ./lib/query.c \ ./lib/rebuilddb.c \ ./lib/rpmchecksig.c \ ./lib/rpmdb.c \ ./lib/rpmdb.h \ ./lib/rpmerr.c \ ./lib/rpminstall.c \ ./lib/rpmio.c \ ./lib/rpmio.h \ ./lib/rpmlead.c \ ./lib/rpmlead.h \ ./lib/rpmlib.h \ ./lib/rpmmacro.h \ ./lib/rpmmalloc.c \ ./lib/rpm_malloc.h \ ./lib/rpmrc.c \ ./lib/rpmurl.h \ ./lib/signature.c \ ./lib/signature.h \ ./lib/stringbuf.c \ ./lib/stringbuf.h \ ./lib/stubs.c \ ./lib/tagName.c \ ./lib/tagtable.c \ ./lib/transaction.c \ ./lib/uninstall.c \ ./lib/url.c \ ./lib/verify.c \ ./popt/findme.c \ ./popt/findme.h \ ./popt/popt.c \ ./popt/popt.h \ ./popt/poptconfig.c \ ./popt/popthelp.c \ ./popt/poptint.h \ ./popt/poptparse.c \ ./tools/dump.c \ ./tools/dumpdb.c \ ./tools/fstrcmp.c \ ./tools/javadeps.c \ ./tools/message.c \ ./tools/rpmarchive.c \ ./tools/rpmchecksig.c \ ./tools/rpmgettext.c \ ./tools/rpmheader.c \ ./tools/rpminject.c \ ./tools/rpmlead.c \ ./tools/rpmsignature.c \ ./tools/str-list.c # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. FILE_PATTERNS = *.c *.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. EXCLUDE_PATTERNS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. INPUT_FILTER = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = NO #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = YES # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. MACRO_EXPANSION = YES # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. PREDEFINED = # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED tag. EXPAND_ONLY_PREDEF = NO #--------------------------------------------------------------------------- # Configuration options related to external references #--------------------------------------------------------------------------- # The TAGFILES tag can be used to specify one or more tagfiles. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO # The CGI_NAME tag should be the name of the CGI script that # starts the search engine (doxysearch) with the correct parameters. # A script with this name will be generated by doxygen. CGI_NAME = search.cgi # The CGI_URL tag should be the absolute URL to the directory where the # cgi binaries are located. See the documentation of your http daemon for # details. CGI_URL = # The DOC_URL tag should be the absolute URL to the directory where the # documentation is located. If left blank the absolute path to the # documentation, with file:// prepended to it, will be used. DOC_URL = # The DOC_ABSPATH tag should be the absolute path to the directory where the # documentation is located. If left blank the directory on the local machine # will be used. DOC_ABSPATH = # The BIN_ABSPATH tag must point to the directory where the doxysearch binary # is installed. BIN_ABSPATH = /usr/local/bin/ # The EXT_DOC_PATHS tag can be used to specify one or more paths to # documentation generated for other projects. This allows doxysearch to search # the documentation for these projects as well. EXT_DOC_PATHS = @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Import: RPM 3.0.4 @ text @@ 1.1.1.2 log @Import: RPM 4.0 @ text @d183 3 a185 1 ./rpmqv.c \ d212 2 a213 2 ./lib/db1.c \ ./lib/db3.c \ d228 3 d234 1 d237 3 a240 2 ./lib/poptBT.c \ ./lib/poptQV.c \ d243 1 a243 1 ./lib/rpm_malloc.h \ d247 1 d249 2 d254 3 a256 1 ./lib/rpmlibprov.c \ d258 1 d268 1 a269 15 ./rpmio/macro.c \ ./rpmio/messages.c \ ./rpmio/rpmerr.c \ ./rpmio/rpmerr.h \ ./rpmio/rpmio.c \ ./rpmio/rpmio.h \ ./rpmio/rpmio_api.c \ ./rpmio/rpmmacro.h \ ./rpmio/rpmmalloc.c \ ./rpmio/rpmmessages.h \ ./rpmio/rpmrpc.c \ ./rpmio/rpmurl.h \ ./rpmio/ugid.c \ ./rpmio/ugid.h \ ./rpmio/url.c \ @ 1.1.1.3 log @Import: RPM 4.0.1 @ text @d1 1 a1 1 # Doxyfile 1.2.1 a7 2 # For lists items can also be appended using: # TAG += value [value, ...] d14 1 a14 1 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded d17 1 a17 1 PROJECT_NAME = @@PACKAGE@@ d19 1 a19 1 # The PROJECT_NUMBER tag can be used to enter a project or revision number. d23 1 a23 1 PROJECT_NUMBER = @@VERSION@@ d30 1 a30 1 OUTPUT_DIRECTORY = @@WITH_APIDOCS_TARGET@@ d32 3 a34 3 # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. d36 1 a36 2 # Dutch, French, Italian, Czech, Swedish, German, Finnish, Japanese, # Spanish, Russian, Croatian, Polish, and Portuguese. d38 1 a38 1 OUTPUT_LANGUAGE = English d40 2 a41 4 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES d43 1 a43 1 EXTRACT_ALL = YES d45 3 a47 2 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. d49 1 a49 1 EXTRACT_PRIVATE = NO d51 3 a53 2 # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. d55 1 a55 1 EXTRACT_STATIC = YES d57 2 a58 5 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. d60 1 a60 1 HIDE_UNDOC_MEMBERS = NO d62 2 a63 4 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these class will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. d65 1 a65 1 HIDE_UNDOC_CLASSES = NO d67 2 a68 4 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. d70 1 a70 1 BRIEF_MEMBER_DESC = YES d72 2 a73 4 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. d75 1 a75 1 REPEAT_BRIEF = YES d77 4 a80 3 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. d82 1 a82 1 ALWAYS_DETAILED_SEC = NO d84 4 a87 3 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. d89 1 a89 1 FULL_PATH_NAMES = YES d91 3 a93 4 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. It is allowed to use relative paths in the argument list. d95 1 a95 1 STRIP_FROM_PATH = @@TOP_SOURCEDIR@@/ d97 3 a99 4 # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. d101 1 a101 1 INTERNAL_DOCS = NO d103 4 a106 3 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a class diagram (in Html and LaTeX) for classes with base or # super classes. Setting the tag to NO turns the diagrams off. d108 1 a108 1 CLASS_DIAGRAMS = YES d110 4 a113 15 # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES d115 1 a115 5 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen # will only generate file names in lower case letters. If set to # YES upper case letters are also allowed. This is useful if you have # classes or files whose names only differ in case and if your file system # supports case sensitive file names. d117 3 a119 1 CASE_SENSE_NAMES = YES d121 1 a121 3 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. d123 2 a124 1 HIDE_SCOPE_NAMES = NO d126 1 a126 3 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. d128 2 a129 1 VERBATIM_HEADERS = YES d131 1 a131 3 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put list of the files that are included by a file in the documentation # of that file. d133 5 a137 1 SHOW_INCLUDE_FILES = YES d139 1 a139 4 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the Javadoc-style will # behave just like the Qt-style comments. d141 3 a143 1 JAVADOC_AUTOBRIEF = YES d145 1 a145 3 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # reimplements. d147 4 a150 1 INHERIT_DOCS = YES d152 1 a152 2 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. d154 3 a156 1 INLINE_INFO = YES d158 1 a158 4 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. d160 2 a161 1 SORT_MEMBER_DOCS = YES d163 1 a163 2 # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. d165 2 a166 1 TAB_SIZE = 8 d168 1 a168 44 # The ENABLE_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. WARN_FORMAT = "$file:$line: $text" d177 1 a177 1 # with spaces. d179 1 a179 2 INPUT = \ ./Doxyheader \ d236 1 d250 1 a255 3 ./rpmio/base64.c \ ./rpmio/base64.h \ ./rpmio/digest.c \ d257 2 a258 1 ./rpmio/rpmlog.c \ a261 1 ./rpmio/rpmio_internal.h \ a267 2 ./rpmio/strcasecmp.c \ ./rpmio/stubs.c \ a278 1 ./python/rpmmodule.c \ d281 1 d283 1 d286 1 d290 2 a291 1 ./tools/rpmsignature.c d296 1 a296 1 # blank all files are included. d298 1 a298 1 FILE_PATTERNS = *.c *.h d300 3 a302 3 # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. d304 1 a304 1 RECURSIVE = NO d306 1 a306 1 # The EXCLUDE tag can be used to specify files and/or directories that should d308 1 a308 1 # subdirectory from a directory tree whose root is specified with the INPUT tag. d310 1 a310 1 EXCLUDE = d312 3 a314 3 # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. d316 1 a316 1 EXCLUDE_PATTERNS = d320 1 a320 1 # the \include command). d322 1 a322 1 EXAMPLE_PATH = @@TOP_SOURCEDIR@@/doc/manual d324 1 a324 1 # If the value of the EXAMPLE_PATH tag contains directories, you can use the d327 1 a327 1 # blank all files are included. d329 1 a329 1 EXAMPLE_PATTERNS = d333 1 a333 1 # the \image command). d335 1 a335 1 IMAGE_PATH = d337 1 a337 1 # The INPUT_FILTER tag can be used to specify a program that doxygen should d339 4 a342 4 # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. d344 1 a344 24 INPUT_FILTER = #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = d350 2 a351 2 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. d353 1 a353 1 GENERATE_HTML = YES d355 3 a357 3 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. d359 1 a359 1 HTML_OUTPUT = html d365 1 a365 1 HTML_HEADER = d371 1 a371 1 HTML_FOOTER = d373 1 a373 1 # The HTML_STYLESHEET tag can be used to specify a user defined cascading d375 4 a378 2 # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet d380 3 a382 1 HTML_STYLESHEET = d384 1 a384 3 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. d386 4 a389 1 HTML_ALIGN_MEMBERS = YES d391 1 a391 4 # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) # of the generated HTML documentation. d393 3 a395 1 GENERATE_HTMLHELP = NO d397 1 a397 3 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. d399 5 a403 1 DISABLE_INDEX = NO d409 2 a410 2 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. d412 1 a412 1 GENERATE_LATEX = NO d414 3 a416 3 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. d418 1 a418 1 LATEX_OUTPUT = latex d420 3 a422 3 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. d424 1 a424 1 COMPACT_LATEX = NO d426 1 a426 1 # The PAPER_TYPE tag can be used to set the paper type that is used d428 1 a428 1 # executive. If left blank a4wide will be used. d430 1 a430 1 PAPER_TYPE = a4wide d432 2 a433 2 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. d435 1 a435 1 EXTRA_PACKAGES = d438 1 a438 1 # the generated latex document. The header should contain everything until d440 1 a440 14 # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = NO # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. d442 1 a442 1 USE_PDFLATEX = NO d444 4 a447 4 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. d449 1 a449 38 LATEX_BATCHMODE = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimised for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using a WORD or other. # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assigments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = d455 2 a456 2 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages d458 1 a458 1 GENERATE_MAN = YES d460 3 a462 3 # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. d464 1 a464 1 MAN_OUTPUT = man d466 2 a467 2 # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) d469 1 a469 1 MAN_EXTENSION = .3 d472 1 a472 1 # configuration options related to the XML output d475 3 a477 10 # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. Warning: This feature # is still experimental and very incomplete. GENERATE_XML = NO #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- d479 1 a479 3 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. d481 1 a481 3 ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro d483 1 a483 13 # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_PREDEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. d485 1 a485 1 SEARCH_INCLUDES = YES d487 2 a488 3 # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. d490 1 a490 1 INCLUDE_PATH = d492 3 a494 4 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. d496 1 a496 1 INCLUDE_FILE_PATTERNS = d498 3 a500 3 # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name d502 1 a502 1 # omitted =1 is assumed. d504 1 a504 1 PREDEFINED = d506 3 a508 4 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. d510 1 a510 1 EXPAND_AS_DEFINED = d513 1 a513 1 # Configuration::addtions related to external references d518 1 a518 60 TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If the ENABLE_PREPROCESSING, INCLUDE_GRAPH, and HAVE_DOT tags are set to # YES then doxygen will generate a graph for each documented file showing # the direct and indirect include dependencies of the file with other # documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, INCLUDED_BY_GRAPH, and HAVE_DOT tags are set to # YES then doxygen will generate a graph for each documented header file showing # the documented files that directly or indirectly include this file INCLUDED_BY_GRAPH = YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES d520 2 a521 2 # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path. d523 1 a523 1 DOT_PATH = d525 3 a527 5 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images. d529 1 a529 1 MAX_DOT_GRAPH_WIDTH = 1024 d531 2 a532 5 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images. d534 1 a534 1 MAX_DOT_GRAPH_HEIGHT = 1024 d537 1 a537 1 # Configuration::addtions related to the search engine d541 1 a541 1 # used. If set to NO the values of all tags below this one will be ignored. d543 1 a543 1 SEARCHENGINE = NO d545 3 a547 3 # The CGI_NAME tag should be the name of the CGI script that # starts the search engine (doxysearch) with the correct parameters. # A script with this name will be generated by doxygen. d549 1 a549 1 CGI_NAME = search.cgi d551 1 a551 1 # The CGI_URL tag should be the absolute URL to the directory where the d553 1 a553 1 # details. d555 1 a555 1 CGI_URL = d557 1 a557 1 # The DOC_URL tag should be the absolute URL to the directory where the d559 1 a559 1 # documentation, with file:// prepended to it, will be used. d561 1 a561 1 DOC_URL = d563 3 a565 3 # The DOC_ABSPATH tag should be the absolute path to the directory where the # documentation is located. If left blank the directory on the local machine # will be used. d567 1 a567 1 DOC_ABSPATH = d569 2 a570 2 # The BIN_ABSPATH tag must point to the directory where the doxysearch binary # is installed. d572 1 a572 1 BIN_ABSPATH = /usr/local/bin/ d575 2 a576 2 # documentation generated for other projects. This allows doxysearch to search # the documentation for these projects as well. d578 1 a578 1 EXT_DOC_PATHS = @ 1.1.1.4 log @Import: RPM 4.0.2 @ text @a279 1 ./lib/db2.c \ a280 1 ./lib/dbconfig.c \ @ 1.1.1.5 log @Import: RPM 4.0.3 @ text @d17 1 a17 1 # by quotes) that should identify the project. d39 1 a39 2 # Korean, Hungarian, Norwegian, Spanish, Romanian, Russian, Croatian, # Polish, Portuguese, Brazilian and Slovene. d46 1 a46 1 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES d51 1 a51 1 # will be included in the documentation. d56 1 a56 1 # will be included in the documentation. d64 1 a64 1 # This option has no effect if EXTRACT_ALL is enabled. d71 1 a71 1 # overviews. This option has no effect if EXTRACT_ALL is enabled. d78 1 a78 1 # Set to NO to disable this. d85 1 a85 1 # brief descriptions will be completely suppressed. d91 1 a91 1 # description. d97 1 a97 1 # to NO the shortest path that makes the file name unique will be used. d106 1 a106 1 STRIP_FROM_PATH = @@top_srcdir@@/ d111 1 a111 1 # Set it to YES to include the internal documentation. d113 1 a113 1 INTERNAL_DOCS = YES d117 1 a117 1 # super classes. Setting the tag to NO turns the diagrams off. d122 1 a122 1 # be generated. Documented entities will be cross-referenced with these sources. d127 1 a127 1 # of functions and classes directly in the documentation. d133 1 a133 1 # fragments. Normal C and C++ comments will always remain visible. d137 5 a141 5 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower case letters. If set to YES upper case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # users are adviced to set this option to NO. a144 6 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. #SHORT_NAMES = NO d147 1 a147 1 # documentation. If set to YES the scope will be hidden. d153 1 a153 1 # which an include is specified. Set to NO to disable this. d159 1 a159 1 # of that file. d163 1 a163 1 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen d165 2 a166 3 # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like the Qt-style comments (thus requiring an # explict @@brief command for a brief description. d172 1 a172 1 # reimplements. d177 1 a177 1 # is inserted in the documentation for inline members. d184 1 a184 1 # declaration order. a187 7 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO d189 1 a189 1 # Doxygen uses this value to replace tabs by spaces in code fragments. d193 2 a194 2 # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. a209 38 # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @@sideeffect) in the documentation, which # will result in a user defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consist of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. # For instance some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = YES # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES d215 1 a215 1 # by doxygen. Possible values are YES and NO. If left blank NO is used. d221 1 a221 1 # NO is used. d227 1 a227 1 # automatically be disabled. d234 1 a234 1 # warning originated and the warning text. a237 6 # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = d245 1 a245 1 # with spaces. d248 115 a362 147 @@top_srcdir@@/Doxyheader \ @@top_srcdir@@/build.c \ @@top_srcdir@@/build.h \ @@top_srcdir@@/config.h \ @@top_srcdir@@/debug.h \ @@top_srcdir@@/macros \ @@top_srcdir@@/rpmqv.c \ @@top_srcdir@@/rpmpopt-@@VERSION@@ \ @@top_srcdir@@/rpmrc \ @@top_srcdir@@/rpm2cpio.c \ @@top_srcdir@@/system.h \ @@top_srcdir@@/build/build.c \ @@top_srcdir@@/build/buildio.h \ @@top_srcdir@@/build/expression.c \ @@top_srcdir@@/build/files.c \ @@top_srcdir@@/build/misc.c \ @@top_srcdir@@/build/myftw.c \ @@top_srcdir@@/build/myftw.h \ @@top_srcdir@@/build/names.c \ @@top_srcdir@@/build/pack.c \ @@top_srcdir@@/build/parseBuildInstallClean.c \ @@top_srcdir@@/build/parseChangelog.c \ @@top_srcdir@@/build/parseDescription.c \ @@top_srcdir@@/build/parseFiles.c \ @@top_srcdir@@/build/parsePreamble.c \ @@top_srcdir@@/build/parsePrep.c \ @@top_srcdir@@/build/parseReqs.c \ @@top_srcdir@@/build/parseScript.c \ @@top_srcdir@@/build/parseSpec.c \ @@top_srcdir@@/build/reqprov.c \ @@top_srcdir@@/build/rpmbuild.h \ @@top_srcdir@@/build/rpmspec.h \ @@top_srcdir@@/build/spec.c \ @@top_srcdir@@/doc/manual/builddependencies \ @@top_srcdir@@/doc/manual/buildroot \ @@top_srcdir@@/doc/manual/conditionalbuilds \ @@top_srcdir@@/doc/manual/dependencies \ @@top_srcdir@@/doc/manual/format \ @@top_srcdir@@/doc/manual/hregions \ @@top_srcdir@@/doc/manual/macros \ @@top_srcdir@@/doc/manual/multiplebuilds \ @@top_srcdir@@/doc/manual/queryformat \ @@top_srcdir@@/doc/manual/signatures \ @@top_srcdir@@/doc/manual/relocatable \ @@top_srcdir@@/doc/manual/spec \ @@top_srcdir@@/doc/manual/triggers \ @@top_srcdir@@/doc/manual/tsort \ @@top_srcdir@@/lib/cpio.c \ @@top_srcdir@@/lib/cpio.h \ @@top_srcdir@@/lib/depends.c \ @@top_srcdir@@/lib/depends.h \ @@top_srcdir@@/lib/formats.c \ @@top_srcdir@@/lib/fs.c \ @@top_srcdir@@/lib/fsm.c \ @@top_srcdir@@/lib/fsm.h \ @@top_srcdir@@/lib/hdrinline.h \ @@top_srcdir@@/lib/hdrproto.h \ @@top_srcdir@@/lib/header.c \ @@top_srcdir@@/lib/header.h \ @@top_srcdir@@/lib/header_internal.c \ @@top_srcdir@@/lib/header_internal.h \ @@top_srcdir@@/lib/manifest.c \ @@top_srcdir@@/lib/manifest.h \ @@top_srcdir@@/lib/md5.c \ @@top_srcdir@@/lib/md5.h \ @@top_srcdir@@/lib/md5sum.c \ @@top_srcdir@@/lib/misc.c \ @@top_srcdir@@/lib/misc.h \ @@top_srcdir@@/lib/package.c \ @@top_srcdir@@/lib/poptBT.c \ @@top_srcdir@@/lib/poptI.c \ @@top_srcdir@@/lib/poptK.c \ @@top_srcdir@@/lib/poptQV.c \ @@top_srcdir@@/lib/problems.c \ @@top_srcdir@@/lib/psm.c \ @@top_srcdir@@/lib/psm.h \ @@top_srcdir@@/lib/query.c \ @@top_srcdir@@/lib/rpmchecksig.c \ @@top_srcdir@@/lib/rpmcli.h \ @@top_srcdir@@/lib/rpminstall.c \ @@top_srcdir@@/lib/rpmlead.c \ @@top_srcdir@@/lib/rpmlead.h \ @@top_srcdir@@/lib/rpmlib.h \ @@top_srcdir@@/lib/rpmlibprov.c \ @@top_srcdir@@/lib/rpmrc.c \ @@top_srcdir@@/lib/rpmvercmp.c \ @@top_srcdir@@/lib/signature.c \ @@top_srcdir@@/lib/signature.h \ @@top_srcdir@@/lib/stringbuf.c \ @@top_srcdir@@/lib/stringbuf.h \ @@top_srcdir@@/lib/tagName.c \ @@top_srcdir@@/lib/tagtable.c \ @@top_srcdir@@/lib/transaction.c \ @@top_srcdir@@/lib/verify.c \ @@top_srcdir@@/rpmdb/db1.c \ @@top_srcdir@@/rpmdb/db3.c \ @@top_srcdir@@/rpmdb/dbconfig.c \ @@top_srcdir@@/rpmdb/falloc.c \ @@top_srcdir@@/rpmdb/falloc.h \ @@top_srcdir@@/rpmdb/fprint.c \ @@top_srcdir@@/rpmdb/fprint.h \ @@top_srcdir@@/rpmdb/poptDB.c \ @@top_srcdir@@/rpmdb/rpmhash.c \ @@top_srcdir@@/rpmdb/rpmhash.h \ @@top_srcdir@@/rpmdb/rpmdb.c \ @@top_srcdir@@/rpmdb/rpmdb.h \ @@top_srcdir@@/rpmio/base64.c \ @@top_srcdir@@/rpmio/base64.h \ @@top_srcdir@@/rpmio/digest.c \ @@top_srcdir@@/rpmio/macro.c \ @@top_srcdir@@/rpmio/rpmlog.c \ @@top_srcdir@@/rpmio/rpmerr.h \ @@top_srcdir@@/rpmio/rpmio.c \ @@top_srcdir@@/rpmio/rpmio.h \ @@top_srcdir@@/rpmio/rpmio_internal.h \ @@top_srcdir@@/rpmio/rpmmacro.h \ @@top_srcdir@@/rpmio/rpmmalloc.c \ @@top_srcdir@@/rpmio/rpmmessages.h \ @@top_srcdir@@/rpmio/rpmrpc.c \ @@top_srcdir@@/rpmio/rpmurl.h \ @@top_srcdir@@/rpmio/strcasecmp.c \ @@top_srcdir@@/rpmio/stubs.c \ @@top_srcdir@@/rpmio/ugid.c \ @@top_srcdir@@/rpmio/ugid.h \ @@top_srcdir@@/rpmio/url.c \ @@top_srcdir@@/popt/findme.c \ @@top_srcdir@@/popt/findme.h \ @@top_srcdir@@/popt/popt.c \ @@top_srcdir@@/popt/popt.h \ @@top_srcdir@@/popt/poptconfig.c \ @@top_srcdir@@/popt/popthelp.c \ @@top_srcdir@@/popt/poptint.h \ @@top_srcdir@@/popt/poptparse.c \ @@top_srcdir@@/python/hash.c \ @@top_srcdir@@/python/hash.h \ @@top_srcdir@@/python/rpmmodule.c \ @@top_srcdir@@/python/upgrade.c \ @@top_srcdir@@/python/upgrade.h \ @@top_srcdir@@/tools/dump.c \ @@top_srcdir@@/tools/dumpdb.c \ @@top_srcdir@@/tools/javadeps.c \ @@top_srcdir@@/tools/rpmarchive.c \ @@top_srcdir@@/tools/rpmchecksig.c \ @@top_srcdir@@/tools/rpmheader.c \ @@top_srcdir@@/tools/rpminject.c \ @@top_srcdir@@/tools/rpmlead.c \ @@top_srcdir@@/tools/rpmsignature.c d367 1 a367 1 # blank all files are included. d373 1 a373 1 # If left blank NO is used. d379 1 a379 1 # subdirectory from a directory tree whose root is specified with the INPUT tag. d385 1 a385 1 # certain files from those directories. d391 1 a391 1 # the \include command). d393 1 a393 1 EXAMPLE_PATH = @@top_srcdir@@/doc/manual d398 1 a398 1 # blank all files are included. d404 1 a404 1 # the \image command). d413 1 a413 1 # to standard output. a416 6 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse. FILTER_SOURCE_FILES = NO d423 1 a423 1 # contains a lot of classes, structs, unions or interfaces. d429 1 a429 1 # in which this list will be split (can be a number in the range [1..20]) d436 1 a436 1 # should be ignored while generating the index headers. d445 1 a445 1 # generate HTML output. d451 1 a451 1 # put in front of it. If left blank `html' will be used as the default path. d470 1 a470 1 # will generate a default style sheet d476 1 a476 1 # NO a bullet list will be used. d483 1 a483 1 # of the generated HTML documentation. a486 17 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set YES to add extra items for group members # to the contents of the Html help documentation and to the tree view. TOC_EXPAND = NO d489 1 a489 1 # the value YES disables it. a492 19 # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. ENUM_VALUES_PER_LINE = 4 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be # generated containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript and frames is required (for instance Netscape 4.0+ # or Internet explorer 4.0+). GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 d498 1 a498 1 # generate Latex output. d504 1 a504 1 # put in front of it. If left blank `latex' will be used as the default path. d510 1 a510 1 # save some trees in general. d516 1 a516 1 # executive. If left blank a4wide will be used. d518 1 a518 1 PAPER_TYPE = letter d521 1 a521 1 # packages that should be included in the LaTeX output. d528 1 a528 1 # standard header. Notice: only use this tag if you know what you are doing! d535 1 a535 1 # This makes the output suitable for online browsing using a pdf viewer. d541 1 a541 1 # higher quality PDF documentation. d548 1 a548 1 # This option is also used when generating formulas in HTML. d564 1 a564 1 # put in front of it. If left blank `rtf' will be used as the default path. d570 1 a570 1 # save some trees in general. d579 1 a579 1 # Note: wordpad (write) and others do not support links. d585 1 a585 1 # replacements, missing definitions are set to their default value. a588 5 # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. #+RTF_EXTENSIONS_FILE = d594 1 a594 1 # generate man pages d600 1 a600 1 # put in front of it. If left blank `man' will be used as the default path. d605 1 a605 1 # the generated man pages (default is the subroutine's section .3) d610 11 d626 1 a626 1 # files. d633 1 a633 1 # way by setting EXPAND_ONLY_PREDEF to YES. d639 1 a639 1 # PREDEFINED and EXPAND_AS_PREDEFINED tags. d644 1 a644 1 # in the INCLUDE_PATH (see below) will be search if a #include is found. d650 1 a650 1 # the preprocessor. d657 1 a657 1 # be used. d665 1 a665 1 # omitted =1 is assumed. d672 1 a672 1 # Use the PREDEFINED tag if you want to use a different macro definition. d680 1 a680 1 # The TAGFILES tag can be used to specify one or more tagfiles. d682 1 a682 1 TAGFILES = d685 1 a685 1 # a tag file that is based on the input files it reads. d687 1 a687 1 GENERATE_TAGFILE = Doxytags d691 1 a691 1 # will be listed. d696 1 a696 1 # interpreter (i.e. the result of `which perl'). d707 1 a707 1 # have no effect if this option is set to NO (the default) d721 1 a721 1 # class references variables) of the class with other documented classes. d728 1 a728 1 # documented files. d734 1 a734 1 # the documented files that directly or indirectly include this file d739 1 a739 1 # will graphical hierarchy of all classes instead of a textual one. d744 1 a744 1 # found. If left blank, it is assumed the dot tool can be found on the path. d752 1 a752 1 # large images. d760 1 a760 1 # large images. a763 12 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermedate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES d769 1 a769 1 # used. If set to NO the values of all tags below this one will be ignored. d775 1 a775 1 # A script with this name will be generated by doxygen. d781 1 a781 1 # details. d787 1 a787 1 # documentation, with file:// prepended to it, will be used. d793 1 a793 1 # will be used. d798 1 a798 1 # is installed. d804 1 a804 1 # the documentation for these projects as well. @ 1.1.1.6 log @Import: RPM 4.0.4 @ text @a335 1 @@top_srcdir@@/build/poptBT.c \ d363 1 d370 3 d376 1 d413 2 a424 2 @@top_srcdir@@/rpmio/rpmpgp.c \ @@top_srcdir@@/rpmio/rpmpgp.h \ @ 1.1.1.7 log @Import: RPM 4.0.5 @ text @d363 5 d393 2 a403 5 @@top_srcdir@@/rpmdb/hdrinline.h \ @@top_srcdir@@/rpmdb/header.c \ @@top_srcdir@@/rpmdb/header.h \ @@top_srcdir@@/rpmdb/header_internal.c \ @@top_srcdir@@/rpmdb/header_internal.h \ a408 1 @@top_srcdir@@/rpmdb/tagname.c \ @ 1.1.1.8 log @Import: RPM 4.1 @ text @d1 1 a1 1 # Doxyfile 1.2.15 d3 1 a3 2 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project d38 3 a40 3 # Brazilian, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, # German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, # Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish. a60 6 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES a95 7 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited # members of a class in the documentation of that class as if those members were # ordinary class members. Constructors, destructors and assignment operators of # the base classes will not be shown. INLINE_INHERITED_MEMB = NO d116 16 d146 2 a147 2 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems d150 1 a150 1 SHORT_NAMES = NO d208 5 a239 5 # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = a256 7 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources # only. Doxygen will then generate output that is more tailored for Java. # For instance namespaces will be presented as packages, qualified scopes # will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO a317 74 @@top_srcdir@@/beecrypt/aes.c \ @@top_srcdir@@/beecrypt/aes.h \ @@top_srcdir@@/beecrypt/aesopt.h \ @@top_srcdir@@/beecrypt/base64.c \ @@top_srcdir@@/beecrypt/base64.h \ @@top_srcdir@@/beecrypt/beecrypt.c \ @@top_srcdir@@/beecrypt/beecrypt.h \ @@top_srcdir@@/beecrypt/beecrypt.gas.h \ @@top_srcdir@@/beecrypt/beecrypt.win.h \ @@top_srcdir@@/beecrypt/blockmode.c \ @@top_srcdir@@/beecrypt/blockmode.h \ @@top_srcdir@@/beecrypt/blockpad.c \ @@top_srcdir@@/beecrypt/blockpad.h \ @@top_srcdir@@/beecrypt/blowfish.c \ @@top_srcdir@@/beecrypt/blowfish.h \ @@top_srcdir@@/beecrypt/blowfishopt.h \ @@top_srcdir@@/beecrypt/config.h \ @@top_srcdir@@/beecrypt/dhaes.c \ @@top_srcdir@@/beecrypt/dhaes.h \ @@top_srcdir@@/beecrypt/dldp.c \ @@top_srcdir@@/beecrypt/dldp.h \ @@top_srcdir@@/beecrypt/dlkp.c \ @@top_srcdir@@/beecrypt/dlkp.h \ @@top_srcdir@@/beecrypt/dlpk.c \ @@top_srcdir@@/beecrypt/dlpk.h \ @@top_srcdir@@/beecrypt/dlsvdp-dh.c \ @@top_srcdir@@/beecrypt/dlsvdp-dh.h \ @@top_srcdir@@/beecrypt/elgamal.c \ @@top_srcdir@@/beecrypt/elgamal.h \ @@top_srcdir@@/beecrypt/endianness.c \ @@top_srcdir@@/beecrypt/endianness.h \ @@top_srcdir@@/beecrypt/entropy.c \ @@top_srcdir@@/beecrypt/entropy.h \ @@top_srcdir@@/beecrypt/fips186.c \ @@top_srcdir@@/beecrypt/fips186.h \ @@top_srcdir@@/beecrypt/hmac.c \ @@top_srcdir@@/beecrypt/hmac.h \ @@top_srcdir@@/beecrypt/hmacmd5.c \ @@top_srcdir@@/beecrypt/hmacmd5.h \ @@top_srcdir@@/beecrypt/hmacsha1.c \ @@top_srcdir@@/beecrypt/hmacsha1.h \ @@top_srcdir@@/beecrypt/hmacsha256.c \ @@top_srcdir@@/beecrypt/hmacsha256.h \ @@top_srcdir@@/beecrypt/javaglue.c \ @@top_srcdir@@/beecrypt/javaglue.h \ @@top_srcdir@@/beecrypt/md5.c \ @@top_srcdir@@/beecrypt/md5.h \ @@top_srcdir@@/beecrypt/memchunk.c \ @@top_srcdir@@/beecrypt/memchunk.h \ @@top_srcdir@@/beecrypt/mp32barrett.c \ @@top_srcdir@@/beecrypt/mp32barrett.h \ @@top_srcdir@@/beecrypt/mp32.c \ @@top_srcdir@@/beecrypt/mp32.h \ @@top_srcdir@@/beecrypt/mp32number.c \ @@top_srcdir@@/beecrypt/mp32number.h \ @@top_srcdir@@/beecrypt/mp32opt.h \ @@top_srcdir@@/beecrypt/mp32prime.c \ @@top_srcdir@@/beecrypt/mp32prime.h \ @@top_srcdir@@/beecrypt/mtprng.c \ @@top_srcdir@@/beecrypt/mtprng.h \ @@top_srcdir@@/beecrypt/rsa.c \ @@top_srcdir@@/beecrypt/rsa.h \ @@top_srcdir@@/beecrypt/rsakp.c \ @@top_srcdir@@/beecrypt/rsakp.h \ @@top_srcdir@@/beecrypt/rsapk.c \ @@top_srcdir@@/beecrypt/rsapk.h \ @@top_srcdir@@/beecrypt/sha1.c \ @@top_srcdir@@/beecrypt/sha1.h \ @@top_srcdir@@/beecrypt/sha1opt.h \ @@top_srcdir@@/beecrypt/sha256.c \ @@top_srcdir@@/beecrypt/sha256.h \ @@top_srcdir@@/beecrypt/timestamp.c \ @@top_srcdir@@/beecrypt/timestamp.h \ @@top_srcdir@@/beecrypt/types.h \ d358 1 a367 1 @@top_srcdir@@/lib/poptALL.c \ d369 1 d371 1 a374 2 @@top_srcdir@@/lib/rpmal.c \ @@top_srcdir@@/lib/rpmal.h \ a375 2 @@top_srcdir@@/lib/rpmds.c \ @@top_srcdir@@/lib/rpmds.h \ a381 2 @@top_srcdir@@/lib/rpmps.c \ @@top_srcdir@@/lib/rpmps.h \ a382 4 @@top_srcdir@@/lib/rpmte.c \ @@top_srcdir@@/lib/rpmte.h \ @@top_srcdir@@/lib/rpmts.c \ @@top_srcdir@@/lib/rpmts.h \ d390 1 d393 2 a396 1 @@top_srcdir@@/rpmdb/hdrNVR.c \ a401 3 @@top_srcdir@@/rpmdb/legacy.c \ @@top_srcdir@@/rpmdb/legacy.h \ @@top_srcdir@@/rpmdb/merge.c \ a407 1 @@top_srcdir@@/rpmdb/tagtbl.c \ a408 2 @@top_srcdir@@/rpmio/fts.c \ @@top_srcdir@@/rpmio/fts.h \ a410 1 @@top_srcdir@@/rpmio/rpmlog.h \ a434 1 @@top_srcdir@@/python/_rpmdb.c \ a436 14 @@top_srcdir@@/python/header-py.c \ @@top_srcdir@@/python/header-py.h \ @@top_srcdir@@/python/rpmal-py.c \ @@top_srcdir@@/python/rpmal-py.h \ @@top_srcdir@@/python/rpmdb-py.c \ @@top_srcdir@@/python/rpmdb-py.h \ @@top_srcdir@@/python/rpmds-py.c \ @@top_srcdir@@/python/rpmds-py.h \ @@top_srcdir@@/python/rpmfd-py.c \ @@top_srcdir@@/python/rpmfd-py.h \ @@top_srcdir@@/python/rpmfi-py.c \ @@top_srcdir@@/python/rpmfi-py.h \ @@top_srcdir@@/python/rpmmi-py.c \ @@top_srcdir@@/python/rpmmi-py.h \ a437 6 @@top_srcdir@@/python/rpmrc-py.c \ @@top_srcdir@@/python/rpmrc-py.h \ @@top_srcdir@@/python/rpmte-py.c \ @@top_srcdir@@/python/rpmte-py.h \ @@top_srcdir@@/python/rpmts-py.c \ @@top_srcdir@@/python/rpmts-py.h \ d444 1 a444 2 @@top_srcdir@@/tools/rpmcache.c \ @@top_srcdir@@/tools/rpmgraph.c \ d453 1 a453 3 # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl a468 5 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. EXCLUDE_SYMLINKS = NO a487 7 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO a509 26 # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # If the REFERENCED_BY_RELATION tag is set to YES (the default) # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = YES # If the REFERENCES_RELATION tag is set to YES (the default) # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = YES #--------------------------------------------------------------------------- a546 6 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html d591 1 a591 1 # The TOC_EXPAND flag can be set to YES to add extra items for group members d610 2 a611 4 # JavaScript and frames is required (for instance Mozilla, Netscape 4.0+, # or Internet explorer 4.0+). Note that for large projects the tree generation # can take a very long time. In such cases it is better to disable this feature. # Windows users are probably better off using the HTML help feature. a635 10 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be invoked. If left blank `latex' will be used as the default command name. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex d705 1 a705 1 # This makes the output suitable for online browsing using WORD or other d720 1 a720 1 RTF_EXTENSIONS_FILE = d729 1 a729 1 GENERATE_MAN = NO a741 32 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_XML = NO #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO a797 7 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line and do not end with a semicolon. Such function macros are typically # used for boiler-plate code, and will confuse the parser if not removed. SKIP_FUNCTION_MACROS = YES d804 1 a804 1 TAGFILES = a816 6 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES a825 8 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or # super classes. Setting the tag to NO turns the diagrams off. Note that this # option is superceded by the HAVE_DOT option below. This is only a fallback. It is # recommended to install and use dot, since it yield more powerful graphs. CLASS_DIAGRAMS = YES d847 4 a850 15 # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = YES # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. d854 3 a856 4 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. a864 6 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. DOT_IMAGE_FORMAT = png a868 6 # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = @ 1.1.1.9 log @Import: RPM 4.1.1 @ text @d319 1 a319 1 @@top_srcdir@@/rpmpopt-4.1 \ d402 2 a417 2 @@top_srcdir@@/build/rpmfc.c \ @@top_srcdir@@/build/rpmfc.h \ a433 10 @@top_srcdir@@/file/apprentice.c \ @@top_srcdir@@/file/ascmagic.c \ @@top_srcdir@@/file/compress.c \ @@top_srcdir@@/file/file.c \ @@top_srcdir@@/file/file.h \ @@top_srcdir@@/file/fsmagic.c \ @@top_srcdir@@/file/print.c \ @@top_srcdir@@/file/readelf.c \ @@top_srcdir@@/file/readelf.h \ @@top_srcdir@@/file/softmagic.c \ a454 1 @@top_srcdir@@/lib/rpmcli.h \ d457 1 a457 2 @@top_srcdir@@/lib/rpmfi.c \ @@top_srcdir@@/lib/rpmfi.h \ a496 2 @@top_srcdir@@/rpmio/argv.c \ @@top_srcdir@@/rpmio/argv.h \ d528 2 d551 2 a557 1 @@top_srcdir@@/tools/rpmdeps.c \ d562 1 a562 32 @@top_srcdir@@/tools/rpmsignature.c \ @@top_srcdir@@/zlib/adler32.c \ @@top_srcdir@@/zlib/crc32.c \ @@top_srcdir@@/zlib/crc32.h \ @@top_srcdir@@/zlib/deflate.c \ @@top_srcdir@@/zlib/deflate.h \ @@top_srcdir@@/zlib/gzio.c \ @@top_srcdir@@/zlib/infblock.c \ @@top_srcdir@@/zlib/infblock.h \ @@top_srcdir@@/zlib/infcodes.c \ @@top_srcdir@@/zlib/infcodes.h \ @@top_srcdir@@/zlib/inffast.c \ @@top_srcdir@@/zlib/inffast.h \ @@top_srcdir@@/zlib/inffixed.h \ @@top_srcdir@@/zlib/inflate.c \ @@top_srcdir@@/zlib/inftrees.c \ @@top_srcdir@@/zlib/inftrees.h \ @@top_srcdir@@/zlib/infutil.c \ @@top_srcdir@@/zlib/infutil.h \ @@top_srcdir@@/zlib/maketree.c \ @@top_srcdir@@/zlib/minigzip.c \ @@top_srcdir@@/zlib/trees.c \ @@top_srcdir@@/zlib/trees.h \ @@top_srcdir@@/zlib/uncompr.c \ @@top_srcdir@@/zlib/zconf.h \ @@top_srcdir@@/zlib/zlib.h \ @@top_srcdir@@/zlib/zutil.c \ @@top_srcdir@@/zlib/zutil.h # XX file name collision here # @@top_srcdir@@/zlib/compress.c @ 1.1.1.10 log @Import: RPM 4.2 @ text @d319 1 a319 1 @@top_srcdir@@/rpmpopt-@@VERSION@@ \ a545 2 @@top_srcdir@@/python/rpmbc-py.c \ @@top_srcdir@@/python/rpmbc-py.h \ a553 2 @@top_srcdir@@/python/rpmfts-py.c \ @@top_srcdir@@/python/rpmfts-py.h \ @ 1.1.1.11 log @Import: RPM 4.2.1 @ text @d323 74 d546 2 d577 32 a608 1 @@top_srcdir@@/tools/rpmsignature.c @