aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/InstPrinter/XCoreInstPrinter.h')
-rw-r--r--lib/Target/XCore/InstPrinter/XCoreInstPrinter.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h b/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
index c394560..772c515 100644
--- a/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
+++ b/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
@@ -6,9 +6,11 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// This class prints a XCore MCInst to a .s file.
-//
+///
+/// \file
+/// \brief This file contains the declaration of the XCoreInstPrinter class,
+/// which is used to print XCore MCInst to a .s file.
+///
//===----------------------------------------------------------------------===//
#ifndef XCOREINSTPRINTER_H