From be309904a8f76bf0f2b88e060bef3e57719f4df6 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 14 Jan 2008 22:45:03 +0000 Subject: [PATCH] * Doxy: lets generate hyperlinks git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22569 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2