From f0458ea170a4cb9a42d85e63abe4ffed81134c1d Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 7 Mar 2016 21:35:01 +0000 Subject: [PATCH] doxygen: Fix region marker llvm-svn: 262858 --- polly/include/polly/ScopInfo.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 7bf365f..cf9605f 100644 --- a/polly/include/polly/ScopInfo.h +++ b/polly/include/polly/ScopInfo.h @@ -1676,14 +1676,14 @@ private: __isl_give isl_union_map * getAccessesOfType(std::function Predicate); - /// @name Helper function for printing the Scop. + /// @name Helper functions for printing the Scop. /// - ///{ + //@{ void printContext(raw_ostream &OS) const; void printArrayInfo(raw_ostream &OS) const; void printStatements(raw_ostream &OS) const; void printAliasAssumptions(raw_ostream &OS) const; - ///} + //@} friend class ScopInfo; @@ -1700,7 +1700,6 @@ public: AccFuncMapType::iterator at = AccFuncMap.find(BB); return at != AccFuncMap.end() ? &(at->second) : 0; } - //@} ScalarEvolution *getSE() const; -- 2.7.4