File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
66506650CINDEX_LINKAGE unsigned clang_visitCXXMethods (CXType T ,
You can’t perform that action at this time.
0 commit comments