package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tcatools/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Functions

Examples returns the examples found in the files, sorted by Name field.
IsPredeclared reports whether s is a predeclared identifier.
New computes the package documentation for the given package AST.
Synopsis returns a cleaned version of the first sentence in s.
ToHTML converts comment text to formatted HTML.
ToText prepares comment text for presentation in textual output.

# Constants

AllDecls says to extract documentation for all package-level declarations, not just exported ones.
AllMethods says to show all embedded methods, not just the ones of invisible (unexported) anonymous fields.
PreserveAST says to leave the AST unmodified.

# Variables

No description provided by the author

# Structs

An Example represents an example function found in a source files.
Func is the documentation for a func declaration.
A Note represents a marked comment starting with "MARKER(uid): note body".
Package is the documentation for an entire package.
Type is the documentation for a type declaration.
Value is the documentation for a (possibly grouped) var or const declaration.

# Type aliases

No description provided by the author
Mode values control the operation of New.