comparison OrthancStone/Resources/OrthancStone.doxygen @ 1880:93c3f9234286

simplifying TestStructureSet.cpp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jan 2022 09:47:36 +0100
parents 621e4e11783d
children
comparison
equal deleted inserted replaced
1879:b4486f43394a 1880:93c3f9234286
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@/ \ 658 INPUT = @ORTHANC_STONE_ROOT@/
659 @ORTHANC_STONE_ROOT@/../../Applications/Platforms/
660 659
661 # This tag can be used to specify the character encoding of the source files 660 # This tag can be used to specify the character encoding of the source files
662 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 661 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
663 # also the default input encoding. Doxygen uses libiconv (or the iconv built 662 # also the default input encoding. Doxygen uses libiconv (or the iconv built
664 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 663 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for