comparison OrthancStone/Resources/OrthancStone.doxygen @ 1581:e04c8fec263e

remove OrthancStone/UnitTestsSources/TestCommands.cpp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2020 17:27:01 +0200
parents 244ad1e4e76a
children 621e4e11783d
comparison
equal deleted inserted replaced
1580:c6b29bf58914 1581:e04c8fec263e
653 # The INPUT tag can be used to specify the files and/or directories that contain 653 # The INPUT tag can be used to specify the files and/or directories that contain
654 # documented source files. You may enter file names like "myfile.cpp" or 654 # documented source files. You may enter file names like "myfile.cpp" or
655 # directories like "/usr/src/myproject". Separate the files or directories 655 # directories like "/usr/src/myproject". Separate the files or directories
656 # with spaces. 656 # with spaces.
657 657
658 INPUT = @ORTHANC_STONE_ROOT@/Applications \ 658 INPUT = @ORTHANC_STONE_ROOT@/Framework \
659 @ORTHANC_STONE_ROOT@/Framework \
660 @ORTHANC_STONE_ROOT@/Platforms 659 @ORTHANC_STONE_ROOT@/Platforms
661 660
662 # This tag can be used to specify the character encoding of the source files 661 # This tag can be used to specify the character encoding of the source files
663 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 662 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
664 # also the default input encoding. Doxygen uses libiconv (or the iconv built 663 # also the default input encoding. Doxygen uses libiconv (or the iconv built
687 # excluded from the INPUT source files. This way you can easily exclude a 686 # 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. 687 # 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 688 # Note that relative paths are relative to the directory from which doxygen is
690 # run. 689 # run.
691 690
692 EXCLUDE = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/ \ 691 EXCLUDE = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/
693 @ORTHANC_STONE_ROOT@/Applications/Samples/build-wasm/
694 692
695 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 693 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
696 # directories that are symbolic links (a Unix file system feature) are excluded 694 # directories that are symbolic links (a Unix file system feature) are excluded
697 # from the input. 695 # from the input.
698 696