Tweak clang_visitChildren comment.

llvm-svn: 94360
This commit is contained in:
Daniel Dunbar 2010-01-24 04:10:31 +00:00
parent fd7caa25a6
commit b9999fdc67
1 changed files with 1 additions and 3 deletions

View File

@ -741,10 +741,8 @@ typedef enum CXChildVisitResult (*CXCursorVisitor)(CXCursor cursor,
* \c CXChildVisit_Recurse. The traversal may also be ended prematurely, if
* 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
* cursors can be visited, including invalid visitors (which, by
* cursors can be visited, including invalid cursors (which, by
* definition, have no children).
*
* \param visitor the visitor function that will be invoked for each