updated the technical documentation.

This commit is contained in:
2020-05-19 14:17:18 +02:00
parent f2a598f512
commit 5ee3b17953
6 changed files with 4589 additions and 1257 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = musrfit
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.5.2
PROJECT_NUMBER = 1.6.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@ -800,7 +800,7 @@ INPUT = musrfit.dox \
../src/musrt0.cpp \
../src/musrview.cpp \
../src/musrRootValidation.cpp \
../src/write_musrRoot_runHeader.cpp
../src/write_musrRoot_runHeader.cpp \
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -2030,7 +2030,8 @@ 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 =
TAGFILES = dox-tags/musredit.tag=./technical/musredit\
dox-tags/mupp.tag=./technical/mupp
# 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