diff options
author | Dan Gohman <gohman@apple.com> | 2009-03-03 02:55:14 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-03-03 02:55:14 +0000 |
commit | 0f8b53f19d29013ab18f3d444cea1e6305405611 (patch) | |
tree | d6604c4df67bec3936ed3c7a3b92a312f42ea7a8 /include/llvm/Module.h | |
parent | acb51a3037dcdb5fe074e429f83c4da25aa68e83 (diff) |
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
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index aa2c449a02..2bbf01a667 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// // -/// @file This file contains the declarations for the Module class. +/// @file +/// Module.h This file contains the declarations for the Module class. // //===----------------------------------------------------------------------===// |