From: Dan Gohman Date: Tue, 8 Dec 2015 03:33:51 +0000 (+0000) Subject: [WebAssembly] Convert a file-level comment to doxygen style. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1acb0660c303fc422ca4f5bfe7e8147941409fd6;p=oota-llvm.git [WebAssembly] Convert a file-level comment to doxygen style. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254996 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/WebAssembly.td b/lib/Target/WebAssembly/WebAssembly.td index 53dd9290348..551ad934515 100644 --- a/lib/Target/WebAssembly/WebAssembly.td +++ b/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". +/// //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//