Skip to content
Snippets Groups Projects
Commit a57259e9 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Tweak clang_visitChildren comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94360 91177308-0d34-0410-b5e6-96231b3b80d8
parent de3b8e52
Branches
No related tags found
No related merge requests found
...@@ -741,10 +741,8 @@ typedef enum CXChildVisitResult (*CXCursorVisitor)(CXCursor cursor, ...@@ -741,10 +741,8 @@ typedef enum CXChildVisitResult (*CXCursorVisitor)(CXCursor cursor,
* \c CXChildVisit_Recurse. The traversal may also be ended prematurely, if * \c CXChildVisit_Recurse. The traversal may also be ended prematurely, if
* the visitor returns \c CXChildVisit_Break. * the visitor returns \c CXChildVisit_Break.
* *
* \param tu the translation unit into which the cursor refers.
*
* \param parent the cursor whose child may be visited. All kinds of * \param parent the cursor whose child may be visited. All kinds of
* cursors can be visited, including invalid visitors (which, by * cursors can be visited, including invalid cursors (which, by
* definition, have no children). * definition, have no children).
* *
* \param visitor the visitor function that will be invoked for each * \param visitor the visitor function that will be invoked for each
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment