Skip to content

Commit 3ce1a4c

Browse files
authored
Fixed script: generate.WsjcppArgumentProcessor
1 parent 931ed6a commit 3ce1a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts.wsjcpp/generate.WsjcppArgumentProcessor

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ concat content_source "
5757
// " class_name "
5858

5959
" class_name "::" class_name "()
60-
: WsjcppArgumentProcessor({\"" argument_processor_name "\"}, \"TODO description\") {
60+
: WsjcppArgumentProcessor({\"" argument_processor_name "\"}, \"TODO short description\", \"TODO long description\") {
6161
TAG = \"" class_name "\";
6262
// registrySingleArgument(\"--single\", \"What exactly do this single param?\");
6363
// registryParameterArgument(\"-param\", \"N\", \"What need this param?\");
@@ -108,4 +108,4 @@ Generated files:
108108
"
109109

110110
cmakelists_txt_append_wsjcpp filename_h
111-
cmakelists_txt_append_wsjcpp filename_cpp
111+
cmakelists_txt_append_wsjcpp filename_cpp

0 commit comments

Comments
 (0)