comparison Resources/OrthancClient.doxygen @ 579:714cf0e144cb laaw

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Sep 2013 17:39:22 +0200
parents 8fb9867d8089
children a00f626290db
comparison
equal deleted inserted replaced
578:5790c359e008 579:714cf0e144cb
608 # The INPUT tag can be used to specify the files and/or directories that contain 608 # The INPUT tag can be used to specify the files and/or directories that contain
609 # documented source files. You may enter file names like "myfile.cpp" or 609 # documented source files. You may enter file names like "myfile.cpp" or
610 # directories like "/usr/src/myproject". Separate the files or directories 610 # directories like "/usr/src/myproject". Separate the files or directories
611 # with spaces. 611 # with spaces.
612 612
613 INPUT = @CMAKE_SOURCE_DIR@/OrthancCppClient/Package/AUTOGENERATED/OrthancCppClient.h 613 INPUT = @CMAKE_SOURCE_DIR@/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h
614 614
615 # This tag can be used to specify the character encoding of the source files 615 # This tag can be used to specify the character encoding of the source files
616 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 616 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
617 # also the default input encoding. Doxygen uses libiconv (or the iconv built 617 # also the default input encoding. Doxygen uses libiconv (or the iconv built
618 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 618 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for