@@ -3419,7 +3419,7 @@ to be found in the default search path.
3419
3419
]]>
3420
3420
</docs >
3421
3421
</option >
3422
- <option type =' int' id =' UML_LIMIT_NUM_FIELDS' defval =' 10' minval =' 0' maxval =' 100' depends =' HAVE_DOT ' >
3422
+ <option type =' int' id =' UML_LIMIT_NUM_FIELDS' defval =' 10' minval =' 0' maxval =' 100' depends =' UML_LOOK ' >
3423
3423
<docs >
3424
3424
<![CDATA[
3425
3425
If the \ref cfg_uml_look "UML_LOOK" tag is enabled, the fields and methods are shown inside
@@ -3430,6 +3430,23 @@ to be found in the default search path.
3430
3430
exceeded by 50% before the limit is enforced. So when you set the threshold
3431
3431
to 10, up to 15 fields may appear, but if the number exceeds 15, the
3432
3432
total amount of fields shown is limited to 10.
3433
+ ]]>
3434
+ </docs >
3435
+ </option >
3436
+ <option type =' bool' id =' DOT_UML_DETAILS' defval =' 0' depends =' UML_LOOK' >
3437
+ <docs >
3438
+ <![CDATA[
3439
+ If the \c DOT_UML_DETAILS tag is set to \c YES, doxygen will
3440
+ add type and arguments for attributes and methods in the UML graphs.
3441
+ ]]>
3442
+ </docs >
3443
+ </option >
3444
+ <option type =' int' id =' DOT_WRAP_THRESHOLD' defval =' 17' minval =' 0' maxval =' 1000' depends =' HAVE_DOT' >
3445
+ <docs >
3446
+ <![CDATA[
3447
+ The \c DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters to display on
3448
+ a single line. If the actual line length exceeds this threshold significantly it will wrapped
3449
+ across multiple lines. Some heuristics are apply to avoid ugly line breaks.
3433
3450
]]>
3434
3451
</docs >
3435
3452
</option >
@@ -3668,21 +3685,6 @@ to be found in the default search path.
3668
3685
<![CDATA[
3669
3686
If the \c DOT_CLEANUP tag is set to \c YES, doxygen will
3670
3687
remove the intermediate dot files that are used to generate the various graphs.
3671
- ]]>
3672
- </docs >
3673
- </option >
3674
- <option type =' int' id =' DOT_MAX_FOLD' defval =' 17' minval =' 0' maxval =' 1000' depends =' HAVE_DOT' >
3675
- <docs >
3676
- <![CDATA[
3677
- The \c DOT_MAX_FOLD tag can be used to set the length to fold text of dot graphs.
3678
- ]]>
3679
- </docs >
3680
- </option >
3681
- <option type =' bool' id =' DOT_UML_DETAILS' defval =' 0' depends =' HAVE_DOT' >
3682
- <docs >
3683
- <![CDATA[
3684
- If the \c DOT_UML_DETAILS tag is set to \c YES, doxygen will
3685
- add details in the uml graphs.
3686
3688
]]>
3687
3689
</docs >
3688
3690
</option >
0 commit comments