Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Beeper.cci
index ef6c05e..ee4c4ef 100644 (file)
@@ -28,9 +28,9 @@
 #include <linux/kd.h>
 
 #define prefix_ inline
-///////////////////////////////cci.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::Beeper
 
 prefix_ bool senf::Beeper::start_beep(float freq)
@@ -43,7 +43,7 @@ prefix_ void senf::Beeper::stop_beep()
     ::ioctl(fd_, KIOCSOUND, 0);
 }
 
-///////////////////////////////cci.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f