Home | History | Annotate | Download | only in doc

Lines Matching full:exported

65 			`type ExportedType struct{ ... }`,                              // Exported type.
67 `const ExportedTypedConstant_unexported unexportedType`, // Typed constant, exported for unexported type.
70 `const ConstGroup4 ExportedType = ExportedType{}`, // Typed constant using exported type.
81 `Comment about exported constant`, // No comment for single constant.
82 `Comment about exported variable`, // No comment for single variable.
109 `Comment about exported constant`, // No comment for simple constant.
121 `Comment about exported constant`, // Include comment.
231 `Comment about exported function`, // Include comment.
252 `Comment about exported type`, // Include comment.
254 `Comment before exported field.*\n.*ExportedField +int` +
255 `.*Comment on line with exported field.`,
256 `ExportedEmbeddedType.*Comment on line with exported embedded field.`,
266 `Comment about exported method.`, // No comment about exported method.
289 `Comment about exported type`, // Include comment.
291 `Comment before exported field.*\n.*ExportedField +int`,
293 `ExportedEmbeddedType.*Comment on line with exported embedded field.`,
294 `\*ExportedEmbeddedType.*Comment on line with exported embedded \*field.`,
295 `\*qualified.ExportedEmbeddedType.*Comment on line with exported embedded \*selector.field.`,
327 `Comment about exported interface`, // Include comment.
329 `Comment before exported method.*\n.*ExportedMethod\(\)` +
330 `.*Comment on line with exported method`,
337 `Comment about exported method`, // No comment about exported method.
347 `Comment about exported interface`, // Include comment.
349 `Comment before exported method.*\n.*ExportedMethod\(\)` +
350 `.*Comment on line with exported method`,
365 `Comment before exported method.*\n.*ExportedMethod\(\)` +
366 `.*Comment on line with exported method`,
369 `Comment about exported interface.`,
379 `Comment about exported method.`,
401 `Comment before exported field.`,
402 `Comment on line with exported field.`,