]> git.lyx.org Git - features.git/blobdiff - src/debug.h
read the Changelog
[features.git] / src / debug.h
index 8f787f728c4c605f0d274b2c7ccc93d4838cf30b..18a1e3216e869ab3848f6d95abdc599bcb2131da 100644 (file)
@@ -79,7 +79,7 @@ struct Debug {
 };
 
 
-///
+
 inline
 void operator|= (Debug::type & d1, Debug::type d2)
 {
@@ -90,7 +90,7 @@ void operator|= (Debug::type & d1, Debug::type d2)
 #include "support/DebugStream.h"
 
 
-///
+
 std::ostream & operator<<(std::ostream & o, Debug::type t);
 
 extern DebugStream lyxerr;