Fix a bunch of Doxygen syntax issues. Escape special characters,
authorDan Gohman <gohman@apple.com>
Tue, 3 Mar 2009 02:55:14 +0000 (02:55 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 3 Mar 2009 02:55:14 +0000 (02:55 +0000)
commit0f8b53f19d29013ab18f3d444cea1e6305405611
treed6604c4df67bec3936ed3c7a3b92a312f42ea7a8
parentacb51a3037dcdb5fe074e429f83c4da25aa68e83
Fix a bunch of Doxygen syntax issues. Escape special characters,
and put @file directives on their own comment line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65920 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/RegisterCoalescer.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Constants.h
include/llvm/Module.h
include/llvm/System/IncludeFile.h
include/llvm/Target/TargetLowering.h
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/VMCore/Constants.cpp