comparison Resources/OrthancPlugin.doxygen @ 1312:b82a3c05b66b

doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Feb 2015 11:08:39 +0100
parents 61ce8147f30d
children 6ed49334d5c1
comparison
equal deleted inserted replaced
1311:d1a430176401 1312:b82a3c05b66b
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 = @CMAKE_SOURCE_DIR@/Plugins/Include/ 658 INPUT = @CMAKE_SOURCE_DIR@/Plugins/Include/OrthancCPlugin.h \
659 @CMAKE_SOURCE_DIR@/Plugins/Include/OrthancCDatabasePlugin.h \
660 @CMAKE_SOURCE_DIR@/Plugins/Include/OrthancCppDatabasePlugin.h
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