From 5c21e864d911e66b11fb6d9343857c99aa4ecace Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 3 Dec 2013 00:45:56 +0000 Subject: Update doxygen tags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196180 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 70fe2a1679..6a28ac6a0c 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -497,8 +497,8 @@ class DwarfDebug { /// variables. DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, DISubprogram SP); - /// A helper function to check whether the DIE for a given Scope is going - /// to be null. + /// \brief A helper function to check whether the DIE for a given Scope is + /// going to be null. bool isLexicalScopeDIENull(LexicalScope *Scope); /// \brief Construct new DW_TAG_lexical_block for this scope and -- cgit v1.2.3