Lines Matching full:about
81 `Comment about exported constant`, // No comment for single constant.
82 `Comment about exported variable`, // No comment for single variable.
83 `Comment about block of constants.`, // No comment for constant block.
84 `Comment about block of variables.`, // No comment for variable block.
109 `Comment about exported constant`, // No comment for simple constant.
110 `Comment about block of constants`, // No comment for constant block.
111 `Comment about internal function`, // No comment for internal function.
121 `Comment about exported constant`, // Include comment.
131 `Comment about internal constant`, // Include comment.
143 `Comment about block of constants`, // Comment does too.
198 `Comment about internal variable`, // Include comment.
210 `Comment about block of variables`, // Comment does too.
231 `Comment about exported function`, // Include comment.
241 `Comment about internal function`, // Include comment.
252 `Comment about exported type`, // Include comment.
266 `Comment about exported method.`, // No comment about exported method.
289 `Comment about exported type`, // Include comment.
312 `Comment about unexported type`, // Include comment.
327 `Comment about exported interface`, // Include comment.
337 `Comment about exported method`, // No comment about exported method.
347 `Comment about exported interface`, // Include comment.
369 `Comment about exported interface.`,
379 `Comment about exported method.`,
389 `Comment about unexported method.`,
510 var b bytes.Buffer // We don't care about the output.
571 var b bytes.Buffer // We don't care about the output.