comparison Resources/OrthancClient.doxygen @ 593:9d2592c08919

documentation completed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2013 15:04:37 +0200
parents a00f626290db
children f0232774b913
comparison
equal deleted inserted replaced
592:c5ee586a0a08 593:9d2592c08919
116 116
117 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 117 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
118 # path before files name in the file list and in the header files. If set 118 # path before files name in the file list and in the header files. If set
119 # to NO the shortest path that makes the file name unique will be used. 119 # to NO the shortest path that makes the file name unique will be used.
120 120
121 FULL_PATH_NAMES = YES 121 FULL_PATH_NAMES = NO
122 122
123 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 123 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
124 # can be used to strip a user-defined part of the path. Stripping is 124 # can be used to strip a user-defined part of the path. Stripping is
125 # only done if one of the specified strings matches the left-hand part of 125 # only done if one of the specified strings matches the left-hand part of
126 # the path. The tag can be used to show relative paths in the file list. 126 # the path. The tag can be used to show relative paths in the file list.
1067 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values 1067 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1068 # (range [0,1..20]) that doxygen will group on one line in the generated HTML 1068 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
1069 # documentation. Note that a value of 0 will completely suppress the enum 1069 # documentation. Note that a value of 0 will completely suppress the enum
1070 # values from appearing in the overview section. 1070 # values from appearing in the overview section.
1071 1071
1072 ENUM_VALUES_PER_LINE = 4 1072 ENUM_VALUES_PER_LINE = 1
1073 1073
1074 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 1074 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1075 # structure should be generated to display hierarchical information. 1075 # structure should be generated to display hierarchical information.
1076 # If the tag value is set to YES, a side panel will be generated 1076 # If the tag value is set to YES, a side panel will be generated
1077 # containing a tree-like index structure (just like the one that 1077 # containing a tree-like index structure (just like the one that