From: Pavel Sanda Date: Wed, 8 Jul 2009 15:59:48 +0000 (+0000) Subject: * doxy X-Git-Tag: 2.0.0~6134 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=78bea31ea89e531f0f083532debc28d5a6c5ea39;p=features.git * doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30414 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f4a7e31569..110c8b8890 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -405,9 +405,16 @@ void LyXAction::init() the work area.\n 2. select the text and run info-insert lfun. * \li Syntax: info-insert - * \li Params: : shortcut|lyxrc|package|textclass|menu|buffer \n + * \li Params: : shortcut[s]|lyxrc|package|textclass|menu|buffer \n : argument for a given type. Look into InsetInfo.h for detailed - description. + description. \n + shortcut[s]: name of lfun (e.g math-insert \alpha) \n + lyxrc: name of rc_entry (e.g. bind_file) \n + package: name of latex package (e.g. listings) \n + textclass: name of textclass (e.g. article) \n + menu: name of lfun used in menu \n + icon: name of lfun used in toolbar \n + buffer: "name"|"path"|"class" * \li Sample: command-sequence info-insert buffer path; info-insert buffer name * \li Origin: bpeng, 7 Oct 2007 * \endvar