Utils/Exception: Allow to disable ErrnoExceptions via SENF_NO_ERRNOEXC
[senf.git] / Utils / auto_unit_test.hh
index f93ae3c..d785b78 100644 (file)
@@ -27,8 +27,8 @@
     unit tests. If the available Boost version is 1.34, this file will automatically take care of
     any necessary workarounds.
 
-    So, instead of <tt>#include <boost/test/auto_unit_test.hpp></tt>, you should always write
-    <tt>#include "../Utils/auto_unit_test.hh"<tt> (with possibliy adjusted path).
+    So, instead of <tt>\#include <boost/test/auto_unit_test.hpp></tt>, you should always write
+    <tt>\#include "../Utils/auto_unit_test.hh"<tt> (with possibliy adjusted path).
  */
 
 #ifndef HH_auto_unit_test_