Searched defs:docComment (Results 1 – 3 of 3) sorted by relevance
64 let docComment = `*${capitalize(kebabize(name))}*; same as [\`${rustName}_500\`]`; localVariable85 let docComment = `${adjective}*${ localVariable
71 val docComment = (element as? PsiDocCommentOwner)?.docComment in parseDocumentation() constant
115 …val (docComment, deprecatedContent, attrs, apiLevel, sdkExtSince, deprecatedLevel, artifactId, att… in appendFile() constant