From: Pavel Sanda Date: Mon, 9 Jun 2008 11:54:35 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4441 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b37f9a379ecf62ec9ea14002c4438299aee2f5e6;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25204 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index a02fe0704f..5fe8245ed6 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1045,7 +1045,21 @@ void LyXAction::init() */ { LFUN_CHARS_TRANSPOSE, "chars-transpose", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_DEPTH_DECREMENT + * \li Action: Decrease the nesting depth of the (selected) paragraph(s) + inside lists. + * \li Syntax: depth-decrement + * \endvar + */ { LFUN_DEPTH_DECREMENT, "depth-decrement", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_DEPTH_INCREMENT + * \li Action: Increase the nesting depth of the (selected) paragraph(s) + inside lists. + * \li Syntax: depth-increment + * \endvar + */ { LFUN_DEPTH_INCREMENT, "depth-increment", Noop, Edit }, { LFUN_ENVIRONMENT_INSERT, "environment-insert", Noop, Edit },