From 1ed5d4e0a0a052e1feda58460fa0f47079e01fd6 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 7 Nov 2018 11:19:57 -0700 Subject: [PATCH] Added DAP4.dox to doxygen template in support of https://github.com/Unidata/netcdf-c/issues/1178 --- docs/Doxyfile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index f8423bcef..6c5e98a99 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -1,5 +1,3 @@ -# Doxyfile 1.8.3, mixed with 1.8.6 - # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # @@ -754,6 +752,7 @@ INPUT = \ @abs_top_srcdir@/docs/attribute_conventions.md \ @abs_top_srcdir@/docs/file_format_specifications.md \ @abs_top_srcdir@/docs/DAP2.dox \ + @abs_top_srcdir@/docs/DAP4.dox \ @abs_top_srcdir@/docs/user_defined_formats.md \ @abs_top_srcdir@/docs/filters.md \ @abs_top_srcdir@/docs/inmemory.md \ @@ -890,7 +889,7 @@ EXAMPLE_PATH = @abs_top_srcdir@/examples/C # *.h) to filter out the source-files in the directories. If left blank all # files are included. -EXAMPLE_PATTERNS = +EXAMPLE_PATTERNS = # 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