]> git.lyx.org Git - features.git/blobdiff - src/Bullet.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / Bullet.h
index 446f18b1e5ad5283d0af882e0e7274c800e340d5..f761dd8cf235bec2cd329800c6eaf22e37bb5cd2 100644 (file)
@@ -60,6 +60,7 @@ public:
        }
 protected:
 #ifdef ENABLE_ASSERTIONS
+       ///
        void testInvariant() const {
                Assert(font >= MIN);
                Assert(font < FONTMAX);
@@ -254,6 +255,7 @@ char const * Bullet::c_str() const
 
 /*-----------------End Bullet Member Functions-----------------*/
 
+///
 extern
 Bullet const ITEMIZE_DEFAULTS[];