comparison Resources/OrthancStone.doxygen @ 404:ba4ace20454e

use of MessageBroker in DicomStructureSetSlicer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 11 Nov 2018 13:02:38 +0100
parents 20f149669c1f
children
comparison
equal deleted inserted replaced
403:99e31898910e 404:ba4ace20454e
687 # excluded from the INPUT source files. This way you can easily exclude a 687 # excluded from the INPUT source files. This way you can easily exclude a
688 # subdirectory from a directory tree whose root is specified with the INPUT tag. 688 # subdirectory from a directory tree whose root is specified with the INPUT tag.
689 # Note that relative paths are relative to the directory from which doxygen is 689 # Note that relative paths are relative to the directory from which doxygen is
690 # run. 690 # run.
691 691
692 EXCLUDE = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/ 692 EXCLUDE = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/ \
693 @ORTHANC_STONE_ROOT@/Applications/Samples/build-wasm/
693 694
694 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 695 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
695 # directories that are symbolic links (a Unix file system feature) are excluded 696 # directories that are symbolic links (a Unix file system feature) are excluded
696 # from the input. 697 # from the input.
697 698