[clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC)
authorJean-Michel Gorius <jean-michel.gorius@ens-rennes.fr>
Thu, 12 Nov 2020 14:44:43 +0000 (15:44 +0100)
committerJean-Michel Gorius <jean-michel.gorius@ens-rennes.fr>
Thu, 12 Nov 2020 14:44:43 +0000 (15:44 +0100)
clang/include/clang/Analysis/CallGraph.h

index 6f71593..999ac5d 100644 (file)
@@ -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