diff --git a/doc/mupp_dox.cfg b/doc/mupp_dox.cfg index 0c251456..32fc73e2 100644 --- a/doc/mupp_dox.cfg +++ b/doc/mupp_dox.cfg @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ./technical/mupp +OUTPUT_DIRECTORY = ./technical/html/mupp # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -1984,14 +1984,14 @@ ALLEXTERNALS = NO # listed. # The default value is: YES. -EXTERNAL_GROUPS = YES +EXTERNAL_GROUPS = NO # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in # the related pages index. If set to NO, only the current project's pages will # be listed. # The default value is: YES. -EXTERNAL_PAGES = YES +EXTERNAL_PAGES = NO # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of 'which perl'). diff --git a/doc/musredit_dox.cfg b/doc/musredit_dox.cfg index fab11488..1bc4ed08 100644 --- a/doc/musredit_dox.cfg +++ b/doc/musredit_dox.cfg @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ./technical/musredit +OUTPUT_DIRECTORY = ./technical/html/musredit # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -1982,14 +1982,14 @@ ALLEXTERNALS = NO # listed. # The default value is: YES. -EXTERNAL_GROUPS = YES +EXTERNAL_GROUPS = NO # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in # the related pages index. If set to NO, only the current project's pages will # be listed. # The default value is: YES. -EXTERNAL_PAGES = YES +EXTERNAL_PAGES = NO # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of 'which perl'). diff --git a/doc/musrfit.dox b/doc/musrfit.dox index 6efe46bb..ec27d11b 100644 --- a/doc/musrfit.dox +++ b/doc/musrfit.dox @@ -50,11 +50,11 @@ under Linux, Mac OS X, and (with some more work) under Windows. The musrfit fram - musrgui (obsolete): an editor to handle msr-files, calling musrfit, etc. from within the editor, based on Qt3.x. Only bug fixing will be done on this version, and if you have >= Qt4.6 available you should use musredit instead. - **musredit**: an editor to handle msr-files, calling musrfit, etc. from within a simple text editor, based on >= Qt4.6. A technical documentation of musredit can be found -\htmlonly here.\endhtmlonly +\htmlonly here.\endhtmlonly - **musrWiz** (beta): allows to create an initial msr-file by a step-by-step instruction wizard. - **musrStep**: allows to efficiently deal with initial step values of msr-files. Especially useful for msr-files dealing with many runs/detectors. - **mupp**: is the muSR parameter plotter. It allows to plot values in db- or dat-files (collections). A technical documentation of mupp can be found -\htmlonly here.\endhtmlonly +\htmlonly here.\endhtmlonly - **MuSRFit**: a graphical user interface based on PerlQt (written by Z. Salman) for an easy to use interface to the musrfit framework. Compared to the more general approach of writing msr-files, it has some limitations, though it might be easier for a first user of the musrfit framework. - **any2many**: should be a "universal" muSR data-file-format converter. diff --git a/doc/musrfit_dox.cfg b/doc/musrfit_dox.cfg index b2ab4478..32375048 100644 --- a/doc/musrfit_dox.cfg +++ b/doc/musrfit_dox.cfg @@ -2030,8 +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 = dox-tags/musredit.tag=./technical/musredit\ - dox-tags/mupp.tag=./technical/mupp +TAGFILES = dox-tags/musredit.tag=musredit/html \ + dox-tags/mupp.tag=mupp/html # 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/src/musredit_qt5/mupp/mupp.dox b/src/musredit_qt5/mupp/mupp.dox index e50c35bc..0e6f6970 100644 --- a/src/musredit_qt5/mupp/mupp.dox +++ b/src/musredit_qt5/mupp/mupp.dox @@ -14,6 +14,6 @@
mupp allows to quickly plot parameters found in db-/dat-files. db-/dat-files are typically generated by msr2data from msr-files after fitting. A db-/dat-file is a collection of fitting parameters from a collection of muSR measurements. For instance a db-/dat-file collects a full temperature scan, a field scan, an energy scan, etc. -mupp allows to load these collections, select parameters in a x/y fashion and allows to plot it. It furthermore allows to create new variables which are mathematical transformations of the parameter vectors of a collection. +
mupp allows to load these collections, select parameters in a x/y fashion and allows to plot it. It furthermore allows to create new variables which are mathematical transformations of the parameter vectors of a collection. */