]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Tue, 10 Jun 2008 21:37:40 +0000 (21:37 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 10 Jun 2008 21:37:40 +0000 (21:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25224 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index ac836f249ec89e68c45754480af9cd510229724c..5272713f518ee7ef5f393620364558c5bba84702 100644 (file)
@@ -1144,7 +1144,26 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_FONT_SIZE, "font-size", Noop, Layout },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_FONT_FREE_APPLY
+ * \li Action: Toggle user-defined text style.
+ * \li Syntax: font-free-apply
+ * \li Origin: leeming, 12 Mar 2003
+ * \endvar
+ */
                { LFUN_FONT_FREE_APPLY, "font-free-apply", Noop, Layout },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_FONT_FREE_UPDATE
+ * \li Action: Update and apply user-defined text style.
+ * \li Syntax: font-free-update <FONT_INFO>
+ * \li Params: <FONT_INFO>: specifies font atributes, e.g. family, series, shape,
+                            size, emph, noun, underbar, number, color, language,
+                           toggleall.\n
+                           Use lyx -dbg action for exact syntax of text-style
+                           dialog parameters.
+ * \li Origin: leeming, 12 Mar 2003
+ * \endvar
+ */
                { LFUN_FONT_FREE_UPDATE, "font-free-update", Noop, Layout },
 /*!
  * \var lyx::FuncCode lyx::LFUN_SCREEN_FONT_UPDATE