]> git.lyx.org Git - features.git/commitdiff
Add doxy.
authorPavel Sanda <sanda@lyx.org>
Mon, 11 Feb 2008 18:12:46 +0000 (18:12 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 11 Feb 2008 18:12:46 +0000 (18:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22947 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 9e8f5c02afe9a2938ca6edfc51dcbbb1924c3a0b..ac3c906f9d10ed9432ef9904d4605bb9bf8e7bb1 100644 (file)
@@ -1233,10 +1233,21 @@ void LyXAction::init()
 /*!
  * \var lyx::kb_action lyx::LFUN_BUFFER_NEW
  * \li Action: Creates a new buffer (that is, document).
- * \li Syntax: buffer-new
+ * \li Notion: Implicit path can be set in Preferences dialog.
+ * \li Syntax: buffer-new [<FILE>]
+ * \li Params: <FILE>: filename of created file with absolute path.
  * \endvar
  */
                { LFUN_BUFFER_NEW, "buffer-new", NoBuffer, Buffer },
+/*!
+ * \var lyx::kb_action lyx::LFUN_BUFFER_NEW_TEMPLATE
+ * \li Action: Creates a new buffer (that is, document) from a template.
+ * \li Action: Path for new files and templates can be set in Preferences dialog.
+               Template will be asked for via Open-dialog.
+ * \li Syntax: buffer-new-template [<FILE>]
+ * \li Params: <FILE>: filename of created file with absolute path.
+ * \endvar
+ */
                { LFUN_BUFFER_NEW_TEMPLATE,"buffer-new-template", NoBuffer, Buffer },
                { LFUN_BUFFER_RELOAD, "buffer-reload", ReadOnly, Buffer },
                { LFUN_BUFFER_SWITCH, "buffer-switch", NoBuffer | ReadOnly, Buffer },