> Can't we just put the comments in the C++ file?
> 
> This would even let us the keep the 'historical' lfun order.

in case your clean-coding heart can accept this patch, i can move
the doxies to .cpp file.

pavel
diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index 243e2f9..513257a 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -58,8 +59,9 @@ void LyXAction::newFunc(kb_action action, string const & name,
        lyx_info_map[action] = tmpinfo;
 }
 
+#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

Reply via email to