commit | dbeafa773a1b6a9545af248ffc902587f70ee457 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jun 09 00:01:45 2012 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jun 09 00:01:45 2012 +0000 |
tree | 5bc79cae2617b128d4d165ff83a701083bff5656 | |
parent | ce679ad89d11fef096c30514ab203e7d5149221e [diff] [blame] |
Convert comments to proper Doxygen comments. llvm-svn: 158248
diff --git a/llvm/lib/Object/Archive.cpp b/llvm/lib/Object/Archive.cpp index 71d5a64..2a5951a 100644 --- a/llvm/lib/Object/Archive.cpp +++ b/llvm/lib/Object/Archive.cpp
@@ -28,7 +28,7 @@ char UID[6]; char GID[6]; char AccessMode[8]; - char Size[10]; //< Size of data, not including header or padding. + char Size[10]; ///< Size of data, not including header or padding. char Terminator[2]; ///! Get the name without looking up long names.