mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8c8a2794b3
commit
77740fc1f0
@ -390,6 +390,14 @@ void LyXAction::init()
|
|||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_SPACE_INSERT, "space-insert", Noop, Edit },
|
{ LFUN_SPACE_INSERT, "space-insert", Noop, Edit },
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_HYPERLINK_INSERT
|
||||||
|
* \li Action: Inserts hyperlinks into the document (clickable in pdf output).
|
||||||
|
* \li Notion: Hyperlink target can be set via selection + hyperlink-insert function.
|
||||||
|
* \li Syntax: href-insert [<TARGET>]
|
||||||
|
* \li Origin: CFO-G, 21 Nov 1997
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_HYPERLINK_INSERT, "href-insert", Noop, Edit },
|
{ LFUN_HYPERLINK_INSERT, "href-insert", Noop, Edit },
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_SPECIALCHAR_INSERT
|
* \var lyx::FuncCode lyx::LFUN_SPECIALCHAR_INSERT
|
||||||
|
Loading…
Reference in New Issue
Block a user