From: Jean-Michel Gorius Date: Thu, 12 Nov 2020 14:44:43 +0000 (+0100) Subject: [clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC) X-Git-Tag: llvmorg-13-init~6296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62ed69b01d38044a6d7b90b18c2271e2d71a9bcd;p=platform%2Fupstream%2Fllvm.git [clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC) --- 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