comparison Resources/OrthancStone.doxygen @ 388:20f149669c1f

renamed LayerWidget as SliceViewerWidget
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:26:39 +0100
parents 07792a582de9
children ba4ace20454e
comparison
equal deleted inserted replaced
387:a8b5cf760473 388:20f149669c1f
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@/Framework @ORTHANC_STONE_ROOT@/Platforms 658 INPUT = @ORTHANC_STONE_ROOT@/Applications \
659 @ORTHANC_STONE_ROOT@/Framework \
660 @ORTHANC_STONE_ROOT@/Platforms
659 661
660 # This tag can be used to specify the character encoding of the source files 662 # This tag can be used to specify the character encoding of the source files
661 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 663 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
662 # also the default input encoding. Doxygen uses libiconv (or the iconv built 664 # also the default input encoding. Doxygen uses libiconv (or the iconv built
663 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 665 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for