From: Pavel Sanda Date: Mon, 14 Jan 2008 22:45:03 +0000 (+0000) Subject: * Doxy: lets generate hyperlinks X-Git-Tag: 1.6.10~6599 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=be309904a8f76bf0f2b88e060bef3e57719f4df6;p=features.git * Doxy: lets generate hyperlinks git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22569 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 7868c21eab..ec3abb5218 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -529,7 +529,7 @@ void LyXAction::init() { LFUN_MARK_ON, "mark-on", ReadOnly, Edit }, /** * \var lyx::kb_action lyx::LFUN_MARK_TOGGLE - * \li Action: Toggle between MARK_ON and MARK_OFF + * \li Action: Toggle between #LFUN_MARK_ON and #LFUN_MARK_OFF . * \li Syntax: mark-toggle * \li Origin: poenitz, May 5 2006 */ @@ -969,8 +969,8 @@ void LyXAction::init() * \li Notion: The definitions are by default read from lib/commands/default.def . A .def file allows to define a command with \\define "" "" where is the name of the new command and is the lfun code - to be executed (see e.g. command-sequence LFUN). - \\def_file "FileName" allows to include another .def file. + to be executed (see e.g. #LFUN_COMMAND_SEQUENCE). + \\def_file "FileName" allows to include another .def file. \n This is particularly useful in connection with toolbar buttons: Since the name of the button image for this lfun is lib/images/commands/.png this is the way to assign an image