- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/HelpAction.def
r6ba9ba r7305d5 18 18 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 19 19 #define paramtypes (std::string) 20 #define paramtokens (" actionname")20 #define paramtokens ("help") 21 21 #define paramdescriptions ("Name of an action whose option list is then given") 22 22 #define paramdefaults (PARAM_DEFAULT(std::string("none")))
Note:
See TracChangeset
for help on using the changeset viewer.