[clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC)

This commit is contained in:
Jean-Michel Gorius 2020-11-12 15:44:43 +01:00
parent b4b836563a
commit 62ed69b01d
1 changed files with 2 additions and 2 deletions

View 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