commit | 4561ab5d8199cbfe21288d06b89d8268b48e4be2 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Wed May 07 21:50:19 2008 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Wed May 07 21:50:19 2008 +0000 |
tree | 29fa06e6f00b4b874fe449a847c6431d0c472024 | |
parent | 1fd2e6d84e271c17d7ae8778058c13de517dbc17 [diff] [blame] |
Use Doxygen-style comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50833 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.h b/utils/TableGen/LLVMCConfigurationEmitter.h index cb2d064..164f12d 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.h +++ b/utils/TableGen/LLVMCConfigurationEmitter.h
@@ -17,6 +17,9 @@ #include "TableGenBackend.h" namespace llvm { + + /// LLVMCConfigurationEmitter - TableGen backend that generates + /// configuration code for LLVMC. class LLVMCConfigurationEmitter : public TableGenBackend { RecordKeeper &Records; public: