X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FStreams.h;h=6758c35e3d39310e0d73924182943e24a7b6f637;hb=80a75bfae980df96f969f1c05b0c4a80ce975240;hp=4e1e4f3a26c84e2c9abe7efcff9b0fd6c6ca16c5;hpb=fcf17a30961ac3dfee893c323f7b9ae5fe012957;p=oota-llvm.git diff --git a/include/llvm/Support/Streams.h b/include/llvm/Support/Streams.h index 4e1e4f3a26c..6758c35e3d3 100644 --- a/include/llvm/Support/Streams.h +++ b/include/llvm/Support/Streams.h @@ -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 - /// in every file (doing so increases static c'tors & d'tors in the - /// object code). + /// @verbatim @endverbatm in every file (doing so increases static + /// c'tors & d'tors in the object code). /// template class BaseStream {