[llvm] r196180 - Update doxygen tags.

Eric Christopher echristo at gmail.com
Mon Dec 2 16:45:57 PST 2013


Author: echristo
Date: Mon Dec  2 18:45:56 2013
New Revision: 196180

URL: http://llvm.org/viewvc/llvm-project?rev=196180&view=rev
Log:
Update doxygen tags.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=196180&r1=196179&r2=196180&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Mon Dec  2 18:45:56 2013
@@ -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





More information about the llvm-commits mailing list