summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-19 12:29:36 (GMT)
committerGitHub <noreply@github.com>2022-07-19 12:29:36 (GMT)
commit3a079e839099e1fbc6cbe5e6510606c25583a96e (patch)
tree0b744ec56433e1af9bf4011f4c1d95cbce24efe5 /doxygen
parentdaf9562f7768660a86ef933ab41a7b67342ad377 (diff)
downloadhdf5-3a079e839099e1fbc6cbe5e6510606c25583a96e.zip
hdf5-3a079e839099e1fbc6cbe5e6510606c25583a96e.tar.gz
hdf5-3a079e839099e1fbc6cbe5e6510606c25583a96e.tar.bz2
Add doxygen chapter for files, fix autotools images (#1908)
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/CMakeLists.txt1
-rw-r--r--doxygen/Doxyfile.in2
-rw-r--r--doxygen/img/Files_fig3.gifbin0 -> 44382 bytes
-rw-r--r--doxygen/img/Files_fig4.gifbin0 -> 38862 bytes
-rw-r--r--doxygen/img/UML_FileAndProps.gifbin0 -> 6161 bytes
-rw-r--r--doxygen/img/VFL_Drivers.gifbin0 -> 17638 bytes
6 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/CMakeLists.txt b/doxygen/CMakeLists.txt
index 1a3946f..17d8da7 100644
--- a/doxygen/CMakeLists.txt
+++ b/doxygen/CMakeLists.txt
@@ -7,6 +7,7 @@ project (HDF5_DOXYGEN C)
if (DOXYGEN_FOUND)
set (DOXYGEN_PACKAGE ${HDF5_PACKAGE_NAME})
set (DOXYGEN_VERSION_STRING ${HDF5_PACKAGE_VERSION_STRING})
+ set (DOXYGEN_DIR ${HDF5_DOXYGEN_DIR})
set (DOXYGEN_INCLUDE_ALIASES_PATH ${HDF5_DOXYGEN_DIR})
set (DOXYGEN_INCLUDE_ALIASES aliases)
set (DOXYGEN_VERBATIM_VARS DOXYGEN_INCLUDE_ALIASES)
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in
index 1837027..297c7b2 100644
--- a/doxygen/Doxyfile.in
+++ b/doxygen/Doxyfile.in
@@ -941,7 +941,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
-IMAGE_PATH = @HDF5_DOXYGEN_DIR@/img
+IMAGE_PATH = @DOXYGEN_DIR@/img
# 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
diff --git a/doxygen/img/Files_fig3.gif b/doxygen/img/Files_fig3.gif
new file mode 100644
index 0000000..6912f5c
--- /dev/null
+++ b/doxygen/img/Files_fig3.gif
Binary files differ
diff --git a/doxygen/img/Files_fig4.gif b/doxygen/img/Files_fig4.gif
new file mode 100644
index 0000000..b4ff107
--- /dev/null
+++ b/doxygen/img/Files_fig4.gif
Binary files differ
diff --git a/doxygen/img/UML_FileAndProps.gif b/doxygen/img/UML_FileAndProps.gif
new file mode 100644
index 0000000..1de96c6
--- /dev/null
+++ b/doxygen/img/UML_FileAndProps.gif
Binary files differ
diff --git a/doxygen/img/VFL_Drivers.gif b/doxygen/img/VFL_Drivers.gif
new file mode 100644
index 0000000..4b626c6
--- /dev/null
+++ b/doxygen/img/VFL_Drivers.gif
Binary files differ