Changeset eea0bb for src/Actions/CommandAction/HelpAction.def
- Timestamp:
- Jan 29, 2015, 7:38:23 AM (10 years ago)
- Children:
- 7e6c0d
- Parents:
- 27e464 (diff), 7305d5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Actions/CommandAction/HelpAction.def ¶
r27e464 reea0bb 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.