| Index: third_party/libusb/src/doc/doxygen.cfg.in
|
| diff --git a/third_party/libusb/src/doc/doxygen.cfg.in b/third_party/libusb/src/doc/doxygen.cfg.in
|
| index 128e1deae5e8d498d97392f97cf928d82c266a4c..05f984ad191d880bbfadfc626ddb32f60b7ae0a1 100644
|
| --- a/third_party/libusb/src/doc/doxygen.cfg.in
|
| +++ b/third_party/libusb/src/doc/doxygen.cfg.in
|
| @@ -25,13 +25,26 @@ DOXYFILE_ENCODING = UTF-8
|
| # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
| # by quotes) that should identify the project.
|
|
|
| -PROJECT_NAME = libusb
|
| +PROJECT_NAME =
|
|
|
| # 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 =
|
| +PROJECT_NUMBER =
|
| +
|
| +# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
| +# for a project that appears at the top of each page and should give viewer a
|
| +# quick idea about the purpose of the project. Keep the description short.
|
| +
|
| +PROJECT_BRIEF = "eXpand your USB potential"
|
| +
|
| +# With the PROJECT_LOGO tag one can specify an logo or icon that is included
|
| +# in the documentation. The maximum height of the logo should not exceed 55
|
| +# pixels and the maximum width should not exceed 200 pixels. Doxygen will
|
| +# copy the logo to the output directory.
|
| +
|
| +PROJECT_LOGO = libusbx.png
|
|
|
| # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
| # base path where the generated documentation will be put.
|
| @@ -154,13 +167,6 @@ QT_AUTOBRIEF = NO
|
|
|
| MULTILINE_CPP_IS_BRIEF = NO
|
|
|
| -# If the DETAILS_AT_TOP tag is set to YES then Doxygen
|
| -# will output the detailed description near the top, like JavaDoc.
|
| -# If set to NO, the detailed description appears after the member
|
| -# documentation.
|
| -
|
| -DETAILS_AT_TOP = NO
|
| -
|
| # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
| # member inherits the documentation from any documented member that it
|
| # re-implements.
|
| @@ -401,12 +407,6 @@ MAX_INITIALIZER_LINES = 30
|
|
|
| SHOW_USED_FILES = YES
|
|
|
| -# If the sources in your project are distributed over multiple directories
|
| -# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
|
| -# in the documentation. The default is NO.
|
| -
|
| -SHOW_DIRECTORIES = NO
|
| -
|
| # The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
| # doxygen should invoke to get the current version for each file (typically from the
|
| # version control system). Doxygen will invoke the program by executing (via
|
| @@ -424,7 +424,7 @@ FILE_VERSION_FILTER =
|
| # 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
|
| +QUIET = YES
|
|
|
| # 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
|
| @@ -505,7 +505,7 @@ RECURSIVE = NO
|
| # 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 = @top_srcdir@/libusb/libusbi.h
|
| +EXCLUDE = @top_srcdir@/libusb/libusbi.h @top_srcdir@/libusb/hotplug.h
|
|
|
| # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
| # directories that are symbolic links (a Unix filesystem feature) are excluded
|
| @@ -701,12 +701,6 @@ HTML_FOOTER =
|
|
|
| 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)
|
|
|