comparison Resources/OrthancPlugin.doxygen @ 1430:ad94a3583b07

Plugins can send answers as multipart messages
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2015 17:47:34 +0200
parents 6ed49334d5c1
children 86089e777691
comparison
equal deleted inserted replaced
1429:7366a0bdda6a 1430:ad94a3583b07
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/OrthancCPlugin.h \ 658 INPUT = @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCPlugin.h \
659 @CMAKE_SOURCE_DIR@/Plugins/Include/OrthancCDatabasePlugin.h \ 659 @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCDatabasePlugin.h \
660 @CMAKE_SOURCE_DIR@/Plugins/Include/OrthancCppDatabasePlugin.h 660 @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h
661 661
662 # 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
663 # 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
664 # 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
665 # 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