[polly] r200410 - Add missing doxygen comment
Tobias Grosser
tobias at grosser.es
Wed Jan 29 11:05:23 PST 2014
Author: grosser
Date: Wed Jan 29 13:05:22 2014
New Revision: 200410
URL: http://llvm.org/viewvc/llvm-project?rev=200410&view=rev
Log:
Add missing doxygen comment
Modified:
polly/trunk/include/polly/ScopDetection.h
Modified: polly/trunk/include/polly/ScopDetection.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopDetection.h?rev=200410&r1=200409&r2=200410&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopDetection.h (original)
+++ polly/trunk/include/polly/ScopDetection.h Wed Jan 29 13:05:22 2014
@@ -115,7 +115,9 @@ class ScopDetection : public FunctionPas
// region, NULL otherwise.
Region *expandRegion(Region &R);
- // Find the Scops in this region tree.
+ /// Find the Scops in this region tree.
+ ///
+ /// @param The region tree to scan for scops.
void findScops(Region &R);
/// @brief Check if all basic block in the region are valid.
More information about the llvm-commits
mailing list