From: Pavel Sanda Date: Fri, 18 Apr 2008 17:26:11 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~5134 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e0a972486a29d8aa7ac9c2f1585c126f05d9493b;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24329 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 2ab6edf10c..60f90f76d0 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -329,13 +329,14 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_INFO_INSERT * \li Action: Displays shortcuts, lyxrc, package and textclass availability and menu information in a non-editable boxed InsetText. - * \li Notion: 1. input the type and argument of this inset, e.g. "menu paste", in + * \li Notion: Apart from lfun arguments you can use the following method: \n + 1. input the type and argument of this inset, e.g. "menu paste", in the work area.\n - 2. select the text and run "info-insert".\n - An InsetInfo can have type "shortcut", "lyxrc", "package", "textclass", - "menu", or "buffer". Arguments and outputs vary by type. For detailed - description see file InsetInfo.h. - * \li Syntax: info-insert + 2. select the text and run info-insert lfun.\n + * \li Syntax: info-insert + * \li Params: : shortcut|lyxrc|package|textclass|menu|buffer \n + : argument for a given type. Look into InsetInfo.h for detailed + description. * \li Origin: bpeng, 7 Oct 2007 * \endvar */