]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxmanip.h
another safety belt
[lyx.git] / src / support / lyxmanip.h
index 52dc69692aaf2f9bcf5e900e77a25b2aeb2f2851..bc106bed79229554475b6625c90c7fd0b5eec7bb 100644 (file)
@@ -9,7 +9,7 @@ struct NewLineAndDepth_ {
        int depth_;
 };
 
-//
+///
 inline
 NewLineAndDepth_ newlineAndDepth(int n)
 {
@@ -18,7 +18,7 @@ NewLineAndDepth_ newlineAndDepth(int n)
        return nlad_;
 }
 
-//
+///
 inline
 std::ostream & operator<<(std::ostream & os, NewLineAndDepth_ const & nlad_)
 {