diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-01 03:46:37 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-16 18:07:31 +0100 |
commit | edfeae5fa832f68ce40eb098b22b1ebd6ba7e449 (patch) | |
tree | 6cbc45eda92c8c0402c6a3b3e7b562ceb3e81317 /src/cmdline.cpp | |
parent | 9fe89a6544eb3dd9b8950abf5421620ec55d18f7 (diff) | |
download | sciteco-edfeae5fa832f68ce40eb098b22b1ebd6ba7e449.tar.gz |
documented remaining commands
* flow control and other structures have not been documented this ways.
I have not yet decided whether they should be documented in separate
sections or use the documentation tool.
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r-- | src/cmdline.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp index ac71548..122712f 100644 --- a/src/cmdline.cpp +++ b/src/cmdline.cpp @@ -472,6 +472,13 @@ symbol_complete(SymbolList &list, const gchar *symbol, gchar completed) * Command states */ +/*$ + * *q -- Save last command line + * + * Only at the very beginning of a command-line, this command + * may be used to save the last command line as a string in + * Q-Register <q>. + */ State * StateSaveCmdline::got_register(QRegister ®) throw (Error) { |