From 62ed69b01d38044a6d7b90b18c2271e2d71a9bcd Mon Sep 17 00:00:00 2001 From: Jean-Michel Gorius Date: Thu, 12 Nov 2020 15:44:43 +0100 Subject: [PATCH] [clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC) --- clang/include/clang/Analysis/CallGraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/include/clang/Analysis/CallGraph.h b/clang/include/clang/Analysis/CallGraph.h index 6f71593..999ac5d 100644 --- a/clang/include/clang/Analysis/CallGraph.h +++ b/clang/include/clang/Analysis/CallGraph.h @@ -91,8 +91,8 @@ public: /// Get the number of nodes in the graph. unsigned size() const { return FunctionMap.size(); } - /// \ brief Get the virtual root of the graph, all the functions available - /// externally are represented as callees of the node. + /// Get the virtual root of the graph, all the functions available externally + /// are represented as callees of the node. CallGraphNode *getRoot() const { return Root; } /// Iterators through all the nodes of the graph that have no parent. These -- 2.7.4