Update doxy a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25500 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-07-07 21:45:54 +00:00
parent dd2f66af0f
commit ea5eb8cf85

View File

@ -409,12 +409,10 @@ void LyXAction::init()
* \li Action: Inserts CharStyle, Custom inset or XML short element. * \li Action: Inserts CharStyle, Custom inset or XML short element.
* \li Notion: Look into the Customization manual for more information about * \li Notion: Look into the Customization manual for more information about
these elements.\n these elements.\n
To make this command enabled the layout file for the document To make this command enabled the layout file for the document
class you're using has to load the character styles. The example on class you're using has to load the character styles. There are
the Wiki uses db_stdcharstyles.inc, which is loaded by the docbook a few contained in the Logical Markup module. You can also of
layout. If you're using some other class, you have to edit the layout course create some yourself. \n
file to contain your character styles, or else put them in an include
file and Input the include file in the layout file.\n
For dissolving the element see #LFUN_INSET_DISSOLVE. For dissolving the element see #LFUN_INSET_DISSOLVE.
* \li Syntax: flex-insert <TYPE:Name> * \li Syntax: flex-insert <TYPE:Name>
* \li Params: TYPE: CharStyle|Custom|Element|Standard * \li Params: TYPE: CharStyle|Custom|Element|Standard
@ -423,7 +421,7 @@ void LyXAction::init()
sub-menu this flex inset is in on the LyX menu tree. sub-menu this flex inset is in on the LyX menu tree.
If Standard (currently unused): none of these. If Standard (currently unused): none of these.
Name: This name must be defined either in your layout file Name: This name must be defined either in your layout file
or imported by some module. The definition is\n or imported by some module. The definition is \n
InsetLayout <TYPE:Name> InsetLayout <TYPE:Name>
* \li Sample: flex-insert CharStyle:Code * \li Sample: flex-insert CharStyle:Code
* \endvar * \endvar