diff options
Diffstat (limited to 'libparc/documentation')
-rw-r--r-- | libparc/documentation/Makefile.am | 1 | ||||
-rw-r--r-- | libparc/documentation/libparc.doxygen | 2 | ||||
-rw-r--r-- | libparc/documentation/libparc.doxygen.in | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/libparc/documentation/Makefile.am b/libparc/documentation/Makefile.am index 4163756c..440de845 100644 --- a/libparc/documentation/Makefile.am +++ b/libparc/documentation/Makefile.am @@ -18,7 +18,6 @@ docs: doxygen-libparc doxygen-libparc: libparc.doxygen ${DOXYGEN_BIN} -s libparc.doxygen - ${prefix}/bin/longbow-doxygen-report -a --doxygenlog libparc-doxygen.log website: libparc-doxygen.log $(MAKE) -C Jekyll diff --git a/libparc/documentation/libparc.doxygen b/libparc/documentation/libparc.doxygen index fc9d6483..340c1382 100644 --- a/libparc/documentation/libparc.doxygen +++ b/libparc/documentation/libparc.doxygen @@ -2053,7 +2053,7 @@ SKIP_FUNCTION_MACROS = YES # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. -TAGFILES = ../../Longbow/documentation/longbow.doctags= +TAGFILES = ../../tagfiles/documentation/tagfiles.doctags= # When a file name is specified after GENERATE_TAGFILE, doxygen will create a # tag file that is based on the input files it reads. See section "Linking to diff --git a/libparc/documentation/libparc.doxygen.in b/libparc/documentation/libparc.doxygen.in index 1844b3e2..9dab9566 100644 --- a/libparc/documentation/libparc.doxygen.in +++ b/libparc/documentation/libparc.doxygen.in @@ -2058,7 +2058,7 @@ SKIP_FUNCTION_MACROS = YES # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. -TAGFILES = ../../Longbow/documentation/longbow.doctags=https://parc.github.io/LongBow/ +TAGFILES = ../../tagfile/documentation/tagfile.doctags # When a file name is specified after GENERATE_TAGFILE, doxygen will create a # tag file that is based on the input files it reads. See section "Linking to |