Doxy whitespacing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36651 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-12-02 02:36:18 +00:00
parent 0a34788bba
commit e8d0eaa180

View File

@ -1749,9 +1749,8 @@ void LyXAction::init()
* \var lyx::FuncCode lyx::LFUN_MATH_FONT_STYLE
* \li Action: Changes the text style used in math.
* \li Syntax: math-font-style <STYLE>
* \li Params: <STYLE>: mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf
|textnormal|textrm|textsf|texttt|textbf|textmd|textit
|textsc|textsl|textup
* \li Params: <STYLE>: mathnormal|mathcal|mathfrak|mathrm|mathsf|mathbf|textnormal\n
|textrm|textsf|texttt|textbf|textmd|textit|textsc|textsl|textup
* \li Origin: vfr, 9 jan 2009
* \endvar
*/
@ -2302,7 +2301,7 @@ void LyXAction::init()
* \var lyx::FuncCode lyx::LFUN_INSET_INSERT
* \li Action: Insert new inset (type given by the parameters).
* \li Syntax: inset-insert <INSET> <ARGS>
* \li Params: <INSET>: <bibitem|bibtex|cite|ert|listings|external|graphics|tabular|
* \li Params: <INSET>: <bibitem|bibtex|cite|ert|listings|external|graphics|tabular|\n
hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>\n
<ARGS>: depends on the given inset. Use "lyx -dbg action" to explore.
* \li Sample: inset-insert ref LatexCommand <Format> reference "<label name>"\end_inset \n
@ -2368,7 +2367,7 @@ void LyXAction::init()
float, graphics, href, include, index, index_print, label, line,
listings, note, phantom, ref, space, tabular, vspace, wrap insets.
* \li Syntax: inset-settings <INSET>
* \li Params: <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
* \li Params: <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|\n
graphics|href|include|index|index_print|label|line|
listings|note|phantom|ref|space|tabular|vspace|wrap>.
* \endvar
@ -2571,7 +2570,7 @@ void LyXAction::init()
* \li Action: Toggles visibility of a given toolbar between on/off/auto.
* \li Notion: Skipping "auto" when allowauto is false.
* \li Syntax: toolbar-toggle <NAME> [allowauto]
* \li Params: <NAME>: standard|extra|table|math|mathmacrotemplate|
* \li Params: <NAME>: standard|extra|table|math|mathmacrotemplate|\n
minibuffer|review|view/update|math_panels|vcs|
view-others|update-others
* \li Origin: Edwin, 21 May 2007
@ -2820,7 +2819,7 @@ void LyXAction::init()
of generated .tex file).\n
.ext: extensions will be automatically replaced by .lyx.\n
<ROW_NUMBER> The row number of the LaTeX file to which to go.
* \li Sample: server-goto-file-row /home/user/example.lyx 41
* \li Sample: server-goto-file-row /home/user/example.lyx 41\n
* \li Sample: server-goto-file-row /tmp/lyx_tmpdir.XM3088/lyx_tmpbuf0/example.tex 41
* \li Origin: Edmar, 23 Dec 1998
* \endvar