]> git.lyx.org Git - features.git/blobdiff - src/lyx_cb.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / lyx_cb.h
index e0fcb07b7ad16c5ee769df04dce962ca79f08e9d..d15e788e18fd440a6be38e5fd61716c2071874cc 100644 (file)
@@ -6,11 +6,14 @@ class BufferParams;
 
 ///
 extern bool quitting;
+///
 extern bool toggleall;
 
 // When still false after reading lyxrc, warn user
 //about failing \bind_file command. RVDK_PATCH_5
+///
 extern bool BindFileSet;
+///
 extern LyXFont UserFreeFont(BufferParams const & params);
 
 #endif