comparison Resources/Orthanc.doxygen @ 573:8fb9867d8089 laaw

documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Sep 2013 17:52:11 +0200
parents 71c4a4abe90b
children 9d2592c08919
comparison
equal deleted inserted replaced
572:e5eaef9cad80 573:8fb9867d8089
35 35
36 # Using the PROJECT_BRIEF tag one can provide an optional one line description 36 # Using the PROJECT_BRIEF tag one can provide an optional one line description
37 # for a project that appears at the top of each page and should give viewer 37 # for a project that appears at the top of each page and should give viewer
38 # a quick idea about the purpose of the project. Keep the description short. 38 # a quick idea about the purpose of the project. Keep the description short.
39 39
40 PROJECT_BRIEF = 40 PROJECT_BRIEF = "Internal documentation of Orthanc"
41 41
42 # With the PROJECT_LOGO tag one can specify an logo or icon that is 42 # With the PROJECT_LOGO tag one can specify an logo or icon that is
43 # included in the documentation. The maximum height of the logo should not 43 # included in the documentation. The maximum height of the logo should not
44 # exceed 55 pixels and the maximum width should not exceed 200 pixels. 44 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
45 # Doxygen will copy the logo to the output directory. 45 # Doxygen will copy the logo to the output directory.
46 46
47 PROJECT_LOGO = 47 PROJECT_LOGO = @CMAKE_SOURCE_DIR@/Resources/OrthancLogoDocumentation.png
48 48
49 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 49 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
50 # base path where the generated documentation will be put. 50 # base path where the generated documentation will be put.
51 # If a relative path is entered, it will be relative to the location 51 # If a relative path is entered, it will be relative to the location
52 # where doxygen was started. If left blank the current directory will be used. 52 # where doxygen was started. If left blank the current directory will be used.
53 53
54 OUTPUT_DIRECTORY = 54 OUTPUT_DIRECTORY = OrthancInternalDocumentation
55 55
56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
57 # 4096 sub-directories (in 2 levels) under the output directory of each output 57 # 4096 sub-directories (in 2 levels) under the output directory of each output
58 # format and will distribute the generated files over these directories. 58 # format and will distribute the generated files over these directories.
59 # Enabling this option can be useful when feeding doxygen a huge amount of 59 # Enabling this option can be useful when feeding doxygen a huge amount of