]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Preparing for lfun doxy movement
[lyx.git] / src / LyXAction.cpp
index 243e2f9e9fa339d9673eb58a93c8a7b194e54861..ab15983e03add543f700d1f134b32850533b4237 100644 (file)
@@ -59,7 +59,11 @@ void LyXAction::newFunc(kb_action action, string const & name,
 }
 
 
+// Needed for LFUNs documentation to be accepted, since doxygen won't take
+// \var inside functions.
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
 void LyXAction::init()
+#endif
 {
        // This function was changed to use the array below in initalization
        // instead of calling newFunc numerous times because of compilation