Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / include / llvm / Support / Streams.h
index 4e1e4f3a26c84e2c9abe7efcff9b0fd6c6ca16c5..6758c35e3d39310e0d73924182943e24a7b6f637 100644 (file)
@@ -21,8 +21,8 @@ namespace llvm {
 
   /// BaseStream - Acts like the STL streams. It's a wrapper for the std::cerr,
   /// std::cout, std::cin, etc. streams. However, it doesn't require #including
-  /// <iostream> in every file (doing so increases static c'tors & d'tors in the
-  /// object code).
+  /// @verbatim <iostream> @endverbatm in every file (doing so increases static 
+  /// c'tors & d'tors in the object code).
   /// 
   template <typename StreamTy>
   class BaseStream {