On Sun, Apr 06, 2008 at 11:19:43AM +0000, [EMAIL PROTECTED] wrote: > Author: sanda > Date: Sun Apr 6 13:19:42 2008 > New Revision: 24137 > > URL: http://www.lyx.org/trac/changeset/24137 > Log: > * Doxy. > > Modified: > lyx-devel/trunk/src/LyXAction.cpp > > Modified: lyx-devel/trunk/src/LyXAction.cpp > URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/LyXAction.cpp?rev=24137 > ============================================================================== > --- lyx-devel/trunk/src/LyXAction.cpp (original) > +++ lyx-devel/trunk/src/LyXAction.cpp Sun Apr 6 13:19:42 2008 > @@ -1071,6 +1071,10 @@ > * \var lyx::FuncCode lyx::LFUN_INSET_DISSOLVE > * \li Action: Dissolve the current inset into text. > * \li Syntax: inset-dissolve [<INSET>] > + * \li Params: <INSET>: this can be used to make sure the right kind of inset > + is dissolved. For example "dissolve" entry in the > charstyles > + sub-menu should only dissolve the charstyle inset, > even if the > + cursor is inside several nested insets of different > type.
Correct. You could add that the parameter corresponds to the "lyxtype". > * \li Author: JSpitz, 7 Aug 2006 > * \endvar > */ > > > _______________________________________________ > Cvslog mailing list > [EMAIL PROTECTED] > http://www.lyx.org/mailman/listinfo/cvslog >