Skip to content

Commit

Permalink
[clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgorius committed Nov 12, 2020
1 parent b4b8365 commit 62ed69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/include/clang/Analysis/CallGraph.h
Expand Up @@ -91,8 +91,8 @@ class CallGraph : public RecursiveASTVisitor<CallGraph> {
/// 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
Expand Down

0 comments on commit 62ed69b

Please sign in to comment.