@@ -28,22 +28,26 @@ define(function (require, exports, module) {
28
28
type : "Section"
29
29
} ,
30
30
"java.gen.javaDoc" : {
31
- text : "Generate JavaDoc" ,
31
+ text : "JavaDoc" ,
32
+ description : "Generate JavaDoc comments." ,
32
33
type : "Check" ,
33
34
default : true
34
35
} ,
35
36
"java.gen.useTab" : {
36
- text : "Use Tab for indentation" ,
37
+ text : "Use Tab" ,
38
+ description : "Use Tab for indentation instead of spaces." ,
37
39
type : "Check" ,
38
40
default : false
39
41
} ,
40
42
"java.gen.indentSpaces" : {
41
- text : "Number of spaces for indentation" ,
43
+ text : "Indent Spaces" ,
44
+ description : "Number of spaces for indentation." ,
42
45
type : "Number" ,
43
46
default : 4
44
47
} ,
45
48
"java.gen.headerComment" : {
46
- text : "Generate header comments" ,
49
+ text : "Header Comments" ,
50
+ description : "Generate header comments for all generated Java source files." ,
47
51
type : "Check" ,
48
52
default : true
49
53
} ,
@@ -52,27 +56,32 @@ define(function (require, exports, module) {
52
56
type : "Section"
53
57
} ,
54
58
"java.rev.association" : {
55
- text : "Reverse Java Fields as UML Associations" ,
59
+ text : "Use Association" ,
60
+ description : "Reverse Java Fields as UML Associations." ,
56
61
type : "Check" ,
57
62
default : true
58
63
} ,
59
64
"java.rev.publicOnly" : {
60
- text : "Reverse public members only" ,
65
+ text : "Public Only" ,
66
+ description : "Reverse public members only." ,
61
67
type : "Check" ,
62
68
default : false
63
69
} ,
64
70
"java.rev.typeHierarchy" : {
65
- text : "Create a type hierarchy diagram" ,
71
+ text : "Type Hierarchy Diagram" ,
72
+ description : "Create a type hierarchy diagram for all classes and interfaces" ,
66
73
type : "Check" ,
67
74
default : true
68
75
} ,
69
76
"java.rev.packageOverview" : {
70
- text : "Create overview diagram for each package" ,
77
+ text : "Package Overview Diagram" ,
78
+ description : "Create overview diagram for each package" ,
71
79
type : "Check" ,
72
80
default : true
73
81
} ,
74
82
"java.rev.packageStructure" : {
75
- text : "Create a package structure diagram" ,
83
+ text : "Package Structure Diagram" ,
84
+ description : "Create a package structure diagram for all packages" ,
76
85
type : "Check" ,
77
86
default : true
78
87
}
0 commit comments