comparison Resources/Orthanc.doxygen @ 1401:67dca9b38c49

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:08:30 +0200
parents 6ed49334d5c1
children c388502a066d
comparison
equal deleted inserted replaced
1400:1c8df4424437 1401:67dca9b38c49
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 = @CMAKE_SOURCE_DIR@/Core \ 658 INPUT = @CMAKE_SOURCE_DIR@/Core \
659 @CMAKE_SOURCE_DIR@/OrthancServer \ 659 @CMAKE_SOURCE_DIR@/OrthancServer
660 @CMAKE_SOURCE_DIR@/OrthancCppClient
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
665 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 664 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for