Mercurial > hg > orthanc
comparison OrthancServer/Resources/Orthanc.doxygen @ 4072:3dda0d73193c framework
fix doxygen, more tolerant WebServiceParameters::SetUrl()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 15 Jun 2020 16:28:03 +0200 |
parents | d25f4c0fa160 |
children | 19a2f1d2b816 |
comparison
equal
deleted
inserted
replaced
4071:d6b7fb0f9652 | 4072:3dda0d73193c |
---|---|
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in | 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in |
50 # the documentation. The maximum height of the logo should not exceed 55 pixels | 50 # the documentation. The maximum height of the logo should not exceed 55 pixels |
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo | 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo |
52 # to the output directory. | 52 # to the output directory. |
53 | 53 |
54 PROJECT_LOGO = @CMAKE_SOURCE_DIR@/Resources/OrthancLogoDocumentation.png | 54 PROJECT_LOGO = @CMAKE_SOURCE_DIR@/OrthancServer/Resources/OrthancLogoDocumentation.png |
55 | 55 |
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path | 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path |
57 # into which the generated documentation will be written. If a relative path is | 57 # into which the generated documentation will be written. If a relative path is |
58 # entered, it will be relative to the location where doxygen was started. If | 58 # entered, it will be relative to the location where doxygen was started. If |
59 # left blank the current directory will be used. | 59 # left blank the current directory will be used. |
752 # documented source files. You may enter file names like myfile.cpp or | 752 # documented source files. You may enter file names like myfile.cpp or |
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@/Core \ | 757 INPUT = @CMAKE_SOURCE_DIR@/OrthancFramework/Sources \ |
758 @CMAKE_SOURCE_DIR@/OrthancServer | 758 @CMAKE_SOURCE_DIR@/OrthancServer/Sources |
759 | 759 |
760 # 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 |
761 # 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 |
762 # 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 |
763 # 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 |