From 3683371d859ba9a1d09c26936e193c7d518ec5a2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 6 Apr 2008 18:07:44 +0000 Subject: [PATCH] * Another doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24142 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 851a0dd2ef..b7b258d5d7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1074,7 +1074,7 @@ void LyXAction::init() * \li Params: : 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. + cursor is inside several nested insets of different type.\n For values see #lyx::InsetLayout::lyxtype_ . * \li Author: JSpitz, 7 Aug 2006 * \endvar @@ -1367,7 +1367,23 @@ void LyXAction::init() * \endvar */ { LFUN_BUFFER_AUTO_SAVE, "buffer-auto-save", Noop, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_CHILD_OPEN + * \li Action: Loads the given child document. + * \li Notion: The current document is treated as a parent. + * \li Syntax: buffer-child-open + * \li Params: : Filename of the child. The directory of the parent is assumed by default. + * \li Origin: Ale, 28 May 1997 + * \endvar + */ { LFUN_BUFFER_CHILD_OPEN, "buffer-child-open", ReadOnly, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_CHKTEX + * \li Action: Runs chktex for the current document. + * \li Syntax: buffer-chktex + * \li Origin: Asger, 30 Oct 1997 + * \endvar + */ { LFUN_BUFFER_CHKTEX, "buffer-chktex", ReadOnly, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_TOGGLE_COMPRESSION