[llvm] r347679 - Documentation: add \file markup as needed.

James Dennett via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 09:53:03 PST 2018


Author: jdennett
Date: Tue Nov 27 09:53:03 2018
New Revision: 347679

URL: http://llvm.org/viewvc/llvm-project?rev=347679&view=rev
Log:
Documentation: add \file markup as needed.

This makes Doxygen correctly associate the doc comment with the current
file rather than adding to the documentation for namespace llvm.

Modified:
    llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h

Modified: llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h?rev=347679&r1=347678&r2=347679&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h (original)
+++ llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h Tue Nov 27 09:53:03 2018
@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
-//
+/// \file
 /// Compute iterated dominance frontiers using a linear time algorithm.
 ///
 /// The algorithm used here is based on:




More information about the llvm-commits mailing list