@@ -38,7 +38,7 @@ PROJECT_NAME = NetCDF-Fortran
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = @PACKAGE_VERSION@
41
+ PROJECT_NUMBER = 4.5.3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -51,7 +51,7 @@ PROJECT_BRIEF =
51
51
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
52
52
# to the output directory.
53
53
54
- PROJECT_LOGO = @abs_top_srcdir@ /docs/netcdf-50x50.png
54
+ PROJECT_LOGO = /Users/oxelson/git/netcdf-fortran /docs/netcdf-50x50.png
55
55
56
56
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57
57
# into which the generated documentation will be written. If a relative path is
@@ -672,7 +672,7 @@ FILE_VERSION_FILTER =
672
672
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
673
673
# tag is left empty.
674
674
675
- LAYOUT_FILE = @abs_top_srcdir@ /docs/DoxygenLayout.xml
675
+ LAYOUT_FILE = /Users/oxelson/git/netcdf-fortran /docs/DoxygenLayout.xml
676
676
677
677
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
678
678
# the reference definitions. This must be a list of .bib files. The .bib
@@ -754,18 +754,18 @@ WARN_LOGFILE =
754
754
# spaces.
755
755
# Note: If this tag is empty the current directory is searched.
756
756
757
- INPUT = @abs_top_srcdir@ /RELEASE_NOTES.md \
758
- @abs_top_srcdir@ /README.md \
759
- @abs_top_srcdir@ /docs/netcdf-f77.md \
760
- @abs_top_srcdir@ /docs/netcdf-f90.md \
761
- @abs_top_srcdir@ /docs/netcdf-f90-sec1-usage.md \
762
- @abs_top_srcdir@ /docs/netcdf-f90-sec2-datasets.md \
763
- @abs_top_srcdir@ /docs/netcdf-f90-sec3-groups.md \
764
- @abs_top_srcdir@ /docs/netcdf-f90-sec4-dimensions.md \
765
- @abs_top_srcdir@ /docs/netcdf-f90-sec5-user_defined_types.md \
766
- @abs_top_srcdir@ /docs/netcdf-f90-sec6-variables.md \
767
- @abs_top_srcdir@ /docs/netcdf-f90-sec7-attributes.md
768
- #@abs_top_srcdir@ /fortran
757
+ INPUT = /Users/oxelson/git/netcdf-fortran /RELEASE_NOTES.md \
758
+ /Users/oxelson/git/netcdf-fortran /README.md \
759
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f77.md \
760
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90.md \
761
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec1-usage.md \
762
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec2-datasets.md \
763
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec3-groups.md \
764
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec4-dimensions.md \
765
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec5-user_defined_types.md \
766
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec6-variables.md \
767
+ /Users/oxelson/git/netcdf-fortran /docs/netcdf-f90-sec7-attributes.md
768
+ #/Users/oxelson/git/netcdf-fortran /fortran
769
769
770
770
# This tag can be used to specify the character encoding of the source files
771
771
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -833,7 +833,7 @@ EXCLUDE_SYMBOLS =
833
833
# that contain example code fragments that are included (see the \include
834
834
# command).
835
835
836
- EXAMPLE_PATH = @abs_top_srcdir@ /examples
836
+ EXAMPLE_PATH = /Users/oxelson/git/netcdf-fortran /examples
837
837
838
838
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
839
839
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -901,7 +901,7 @@ FILTER_SOURCE_PATTERNS =
901
901
# (index.html). This can be useful if you have a project on for instance GitHub
902
902
# and want to reuse the introduction page also for the doxygen output.
903
903
904
- USE_MDFILE_AS_MAINPAGE = @abs_top_srcdir@ /README.md
904
+ USE_MDFILE_AS_MAINPAGE = /Users/oxelson/git/netcdf-fortran /README.md
905
905
906
906
#---------------------------------------------------------------------------
907
907
# Configuration options related to source browsing
@@ -1067,7 +1067,7 @@ HTML_HEADER =
1067
1067
# that doxygen normally uses.
1068
1068
# This tag requires that the tag GENERATE_HTML is set to YES.
1069
1069
1070
- HTML_FOOTER = @abs_top_srcdir@ /docs/footer.html
1070
+ HTML_FOOTER = /Users/oxelson/git/netcdf-fortran /docs/footer.html
1071
1071
1072
1072
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1073
1073
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -2069,7 +2069,7 @@ HIDE_UNDOC_RELATIONS = NO
2069
2069
# set to NO
2070
2070
# The default value is: NO.
2071
2071
2072
- HAVE_DOT = @HAVE_DOT@
2072
+ HAVE_DOT = NO
2073
2073
2074
2074
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2075
2075
# to run in parallel. When set to 0 doxygen will base this on the number of
0 commit comments