doclib: link new berlios wiki
[senf.git] / Utils / auto_unit_test.hh
index 81a514f..9ae6577 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -28,7 +28,9 @@
     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).
+    <pre>
+        #include "../Utils/auto_unit_test.hh"
+    </pre> (with possibliy adjusted path).
  */
 
 #ifndef HH_auto_unit_test_