mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Adding fan_utils.html.
This commit is contained in:
parent
b86367c354
commit
94451d18d8
@ -20,6 +20,7 @@ IF(ENABLE_DOXYGEN)
|
||||
ADD_CUSTOM_TARGET(doc_all ALL
|
||||
${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
|
||||
COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/auth.html ${CMAKE_CURRENT_BINARY_DIR}/html
|
||||
COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/obsolete/fan_utils.html ${CMAKE_CURRENT_BINARY_DIR}/html
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Generating API Documentation" VERBATIM)
|
||||
|
||||
|
@ -11,7 +11,7 @@ EXTRA_DIST = netcdf.m4 DoxygenLayout.xml Doxyfile.in footer.html \
|
||||
building-with-cmake.md CMakeLists.txt \
|
||||
groups.dox install.md notes.md install-fortran.md \
|
||||
all-error-codes.md cmake_faq.md credits.md software.md \
|
||||
auth.html
|
||||
auth.html obsolete/fan_utils.html
|
||||
|
||||
# Turn off parallel builds in this directory.
|
||||
.NOTPARALLEL:
|
||||
@ -51,7 +51,7 @@ endif
|
||||
|
||||
doxyfile.stamp:
|
||||
$(DOXYGEN) Doxyfile \
|
||||
cp auth.html html
|
||||
cp auth.html obsolete/fan_utils.html html
|
||||
|
||||
CLEANFILES = doxyfile.stamp html latex man
|
||||
|
||||
|
1244
docs/fan_utils.md
1244
docs/fan_utils.md
File diff suppressed because it is too large
Load Diff
1714
docs/obsolete/fan_utils.html
Normal file
1714
docs/obsolete/fan_utils.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user