comparison Resources/OrthancPlugin.doxygen @ 2728:cdf13d06cf40

integration jobs->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jul 2018 10:07:45 +0200
parents 40e0d031424c
children 41eec97c23ef
comparison
equal deleted inserted replaced
2712:76af9465673d 2728:cdf13d06cf40
753 # directories like /usr/src/myproject. Separate the files or directories with 753 # directories like /usr/src/myproject. Separate the files or directories with
754 # spaces. 754 # spaces.
755 # Note: If this tag is empty the current directory is searched. 755 # Note: If this tag is empty the current directory is searched.
756 756
757 INPUT = @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCPlugin.h \ 757 INPUT = @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCPlugin.h \
758 @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCDatabasePlugin.h \ 758 @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCDatabasePlugin.h
759 @CMAKE_SOURCE_DIR@/Plugins/Include/orthanc/OrthancCppDatabasePlugin.h
760 759
761 # This tag can be used to specify the character encoding of the source files 760 # This tag can be used to specify the character encoding of the source files
762 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 761 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
763 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 762 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
764 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 763 # documentation (see: http://www.gnu.org/software/libiconv) for the list of