]> git.lyx.org Git - lyx.git/commitdiff
Add new target for convenience - make lfundoc for regeneration.
authorPavel Sanda <sanda@lyx.org>
Sat, 23 May 2009 12:12:32 +0000 (12:12 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 23 May 2009 12:12:32 +0000 (12:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29821 a592a061-630c-0410-9148-cb99ea01b6c8

Makefile.am
lib/doc/LFUNs.lyx

index bae4ce81e09f75dc5f9120dbeb936ba12a6dcecb..4181ffa0f55a1910f047dec9ddd7a1988cda7031 100644 (file)
@@ -38,6 +38,9 @@ rpmdist: dist
 doxydoc:
        cd sourcedoc; make doxydoc
 
+lfundoc:
+       development/tools/gen_lfuns.py src/LyXAction.cpp > lib/doc/LFUNs.lyx
+
 lgbtags:
        etags --totals=yes --recurse=yes -o TAGS $(top_srcdir)/*
 
index 3db26dea851b584968982695f2b25555dc1c1a13..561da60374bc78f0386b850b58fdc388467083ac 100644 (file)
@@ -49,7 +49,7 @@ theorems-ams
 \begin_body
 
 \begin_layout Section*
-LFUNs documentation automatically generated 2009-05-17
+LFUNs documentation automatically generated 2009-05-23
 \end_layout
 
 \begin_layout Standard
@@ -1531,13 +1531,17 @@ Syntax cut
 LFUN_PASTE
 \end_layout
 \begin_layout Description
-Action Pastes material from the active clipboard.
+Action Pastes material (text or picture) from the active clipboard.
 \end_layout
 \begin_layout Description
-Syntax paste [<TYPE>]
+Syntax paste [<TYPE>|<NUM>]
 \end_layout
 \begin_layout Description
 Params <TYPE>: emf|pdf|png|jpeg|linkback|wmf
+\begin_inset Newline newline
+\end_inset
+
+<NUM>: number of the selection in the internal clipboard stack to be pasted.
 \end_layout
 
 \begin_layout Subsection*
@@ -3817,19 +3821,19 @@ document|errorlist|ert|external|file|findreplace|findreplaceadv|float|graphics|
 \begin_inset Newline newline
 \end_inset
 
-href|include|index|index_print|info|nomenclature|label|listings|log|mathdelimiter|
+href|include|index|index_print|info|label|listings|log|mathdelimiter|
 \begin_inset Newline newline
 \end_inset
 
-mathmatrix|mathspace|note|paragraph|phantom|prefs|print|ref|sendto|space|
+mathmatrix|mathspace|nomenclature|nomencl_print|note|paragraph|phantom|prefs|
 \begin_inset Newline newline
 \end_inset
 
-spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|
+print|ref|sendto|space|spellchecker|symbols|tabular|tabularcreate|
 \begin_inset Newline newline
 \end_inset
 
-view-source|vspace|wrap|<SPECIAL>
+thesaurus|texinfo|toc|view-source|vspace|wrap|<SPECIAL>
 \begin_inset Newline newline
 \end_inset
 
@@ -4975,7 +4979,10 @@ LFUN_LABEL_COPY_AS_REF
 Action Copies the label at the cursor as a cross-reference to be pasted elsewhere.
 \end_layout
 \begin_layout Description
-Syntax copy-label-as-reference
+Syntax copy-label-as-reference <LABEL>
+\end_layout
+\begin_layout Description
+Params <LABEL>: The label to copy (for multi-line math)
 \end_layout
 \begin_layout Description
 Origin sts, 16 Nov 2008