diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-09-22 13:44:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 13:44:31 (GMT) |
commit | 197596b085c15232e7148e9cb309ca904c24269e (patch) | |
tree | 3f00ad9cf8b96c23d5bcea60d331856f3d5b7623 /doxygen | |
parent | dece6256bff8ee8b04ed63376233c03568e4edb1 (diff) | |
download | hdf5-197596b085c15232e7148e9cb309ca904c24269e.zip hdf5-197596b085c15232e7148e9cb309ca904c24269e.tar.gz hdf5-197596b085c15232e7148e9cb309ca904c24269e.tar.bz2 |
Some minor formatting and text changes (#3563)
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Doxyfile.in | 38 | ||||
-rw-r--r-- | doxygen/dox/ExamplesAPI.dox | 2 |
2 files changed, 1 insertions, 39 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index cddf17c..b24b9f9 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -913,35 +913,6 @@ USE_HTAGS = NO VERBATIM_HEADERS = NO -# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the -# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the -# cost of reduced performance. This can be particularly helpful with template -# rich C++ code for which doxygen's built-in parser lacks the necessary type -# information. -# Note: The availability of this option depends on whether or not doxygen was -# generated with the -Duse_libclang=ON option for CMake. -# The default value is: NO. - -CLANG_ASSISTED_PARSING = NO - -# If clang assisted parsing is enabled you can provide the compiler with command -# line options that you would normally use when invoking the compiler. Note that -# the include paths will already be set by doxygen for the files and directories -# specified with INPUT and INCLUDE_PATH. -# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. - -CLANG_OPTIONS = - -# If clang assisted parsing is enabled you can provide the clang parser with the -# path to the compilation database (see: -# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) used when the files -# were built. This is equivalent to specifying the "-p" option to a clang tool, -# such as clang-check. These options will then be passed to the parser. -# Note: The availability of this option depends on whether or not doxygen was -# generated with the -Duse_libclang=ON option for CMake. - -CLANG_DATABASE_PATH = - #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- @@ -1080,15 +1051,6 @@ HTML_COLORSTYLE_SAT = 100 HTML_COLORSTYLE_GAMMA = 80 -# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML -# page will contain the date and time when the page was generated. Setting this -# to YES can help to show when doxygen was last run and thus if the -# documentation is up to date. -# The default value is: NO. -# This tag requires that the tag GENERATE_HTML is set to YES. - -HTML_TIMESTAMP = YES - # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML # documentation will contain a main index with vertical navigation menus that # are dynamically created via JavaScript. If disabled, the navigation index will diff --git a/doxygen/dox/ExamplesAPI.dox b/doxygen/dox/ExamplesAPI.dox index 8f88c4e..a6fbab1 100644 --- a/doxygen/dox/ExamplesAPI.dox +++ b/doxygen/dox/ExamplesAPI.dox @@ -7,7 +7,7 @@ Navigate back: \ref index "Main" / \ref GettingStarted The C, FORTRAN and Java examples below point to the examples in the hdf5-examples github repository. Examples for older versions of HDF5 are handled by setting the appropriate USE_API_xxx definition. HDF5-1.6 examples are in a "16"-named subdirectory. -The Java examples are in the HDF5-1.10 source code, and the Java Object package examples are in the HDFView source. +The Java examples are in the develop source code, and the Java Object package examples are in the HDFView source. <em>Please note that you must comment out the "package" statement at the top when downloading a Java Object example individually.</em> The MATLAB and Python examples were generously provided by a user and are not tested. |