diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-12-08 03:33:51 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-12-08 03:33:51 +0000 |
commit | ad664b3bdafedb5810aaa4a79dd74e382b58a524 (patch) | |
tree | a8be0f99e29c6f9a8db5eb293d31c155998b47f0 /llvm/lib | |
parent | d70e5907cdaf2dd7a7a40043278d3b9589dec9bb (diff) | |
download | bcm5719-llvm-ad664b3bdafedb5810aaa4a79dd74e382b58a524.tar.gz bcm5719-llvm-ad664b3bdafedb5810aaa4a79dd74e382b58a524.zip |
[WebAssembly] Convert a file-level comment to doxygen style.
llvm-svn: 254996
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssembly.td | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssembly.td b/llvm/lib/Target/WebAssembly/WebAssembly.td index 53dd9290348..551ad934515 100644 --- a/llvm/lib/Target/WebAssembly/WebAssembly.td +++ b/llvm/lib/Target/WebAssembly/WebAssembly.td @@ -6,10 +6,11 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// This is a target description file for the WebAssembly architecture, which is -// also known as "wasm". -// +/// +/// \file +/// \brief This is a target description file for the WebAssembly architecture, +/// which is also known as "wasm". +/// //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===// |