]> git.lyx.org Git - features.git/commitdiff
* Doxy: lets generate hyperlinks
authorPavel Sanda <sanda@lyx.org>
Mon, 14 Jan 2008 22:45:03 +0000 (22:45 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 14 Jan 2008 22:45:03 +0000 (22:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22569 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 7868c21eabd92a16d70776006839583615ecf2d3..ec3abb52189ccc6aca4a895ccc7156861af0da43 100644 (file)
@@ -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 "<NAME>" "<LFUN>"
                where <NAME> is the name of the new command and <LFUN> 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/<NAME>.png this is the way to assign an image