Skip to content

Commit 197eb86

Browse files
trelauAaronBallman
andauthored
Fix capitalization
Co-authored-by: Aaron Ballman <[email protected]>
1 parent 76a3b8f commit 197eb86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/include/clang-c/Index.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6636,15 +6636,15 @@ CINDEX_LINKAGE unsigned clang_visitCXXBaseClasses(CXType T,
66366636
* visited method. The traversal may be ended prematurely, if
66376637
* the visitor returns \c CXFieldVisit_Break.
66386638
*
6639-
* \param T the record type whose field may be visited.
6639+
* \param T The record type whose field may be visited.
66406640
*
6641-
* \param visitor the visitor function that will be invoked for each
6641+
* \param visitor The visitor function that will be invoked for each
66426642
* field of \p T.
66436643
*
6644-
* \param client_data pointer data supplied by the client, which will
6644+
* \param client_data Pointer data supplied by the client, which will
66456645
* be passed to the visitor each time it is invoked.
66466646
*
6647-
* \returns a non-zero value if the traversal was terminated
6647+
* \returns A non-zero value if the traversal was terminated
66486648
* prematurely by the visitor returning \c CXFieldVisit_Break.
66496649
*/
66506650
CINDEX_LINKAGE unsigned clang_visitCXXMethods(CXType T,

0 commit comments

Comments
 (0)