File tree 1 file changed +9
-0
lines changed
src/main/java/net/winroad/htmldoclet4jdk7
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,12 @@ public void setSpecificDocletOptions(String[][] options) {
104
104
springcontextconfigpath = os [1 ];
105
105
} else if (opt .equals ("-excludedurlsxpath" )) {
106
106
excludedurlsxpath = os [1 ];
107
+ } else if (opt .equals ("-showannotationlist" )) {
108
+ showAnnotationList = os [1 ];
109
+ } else if (opt .equals ("-authkeyword" )) {
110
+ authKeyword = os [1 ];
111
+ } else if (opt .equals ("-noauthkeyword" )) {
112
+ noAuthKeyword = os [1 ];
107
113
} else if (opt .equals ("-systemname" )) {
108
114
systemname = os [1 ];
109
115
} else if (opt .equals ("-branchname" )) {
@@ -176,6 +182,9 @@ public int optionLength(String option) {
176
182
|| option .equals ("-dubboconfigpath" )
177
183
|| option .equals ("-springcontextconfigpath" )
178
184
|| option .equals ("-excludedurlsxpath" )
185
+ || option .equals ("-showannotationlist" )
186
+ || option .equals ("-authkeyword" )
187
+ || option .equals ("-noauthkeyword" )
179
188
|| option .equals ("-systemname" ) || option .equals ("-branchname" )
180
189
|| option .equals ("-searchengine" ) || option .equals ("-buildid" )
181
190
|| option .equals ("-codeurl" )) {
You can’t perform that action at this time.
0 commit comments