From: Pavel Sanda Date: Sat, 2 Feb 2008 23:40:11 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~6476 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8830667e703e1b231a91ceea51a85ca8bcd86425;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22754 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index bf1b7439d4..3a9d64ee94 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1076,7 +1076,27 @@ void LyXAction::init() */ { LFUN_BUFFER_EXPORT, "buffer-export", ReadOnly, Buffer }, { LFUN_BUFFER_EXPORT_CUSTOM, "buffer-export-custom", ReadOnly, Buffer }, +/** + * \var lyx::kb_action lyx::LFUN_BUFFER_PRINT + * \li Action: Prints the current document. + * \li Notion: Many settings can be given via the preferences dialog. + * \li Syntax: buffer-print + * \li Params: is either "printer" or "file". + is either "default" or file name or printer name. + command ensuring the printing job. + * \li Sample: buffer-print file "/trash/newfile1.ps" "dvips" + * \li Origin: leeming, 28 Mar 2004 + */ { LFUN_BUFFER_PRINT, "buffer-print", ReadOnly, Buffer }, +/** + * \var lyx::kb_action lyx::LFUN_BUFFER_IMPORT + * \li Action: Import a given file as a lyx document. + * \li Notion: File can be imported iff lyx file format is (transitively) reachable via + defined convertors in preferences. Look into File->Import menu to get + an idea of the currently active import formats. + * \li Syntax: buffer-import [] + * \li Origin: Asger, 24 Jul 1998 + */ { LFUN_BUFFER_IMPORT, "buffer-import", NoBuffer, Buffer }, /** * \var lyx::kb_action lyx::LFUN_BUFFER_NEW