doAwesomeStuff method

String doAwesomeStuff (int value)

Takes a value and returns a String.

This methods is inside of BaseForDocComments class xx

Also NAME_WITH_TWO_UNDERSCORES which is a top-level const xx

Also a single underscore: NAME_SINGLEUNDERSCORE

Returns a String xx

Reference to another method in this class anotherMethod xx

Reference to a top-level function in this library topLevelFunction xx

Reference to a top-level function in another library that is imported into this library (example lib) function1 xx

Reference to a class in example lib Apple xx

Reference to a top-level const in this library that shares the same name as a top-level name in another library incorrectDocReference xx

Reference to a top-level const in another library incorrectDocReferenceFromEx

Reference to prefixed-name from another lib css.theOnlyThingInTheLibrary xx

Reference to a name that exists in this package, but is not imported in this library doesStuff xx

Reference to a name of a class from an import of a library that exported the name BaseClass xx

Reference to a bracket operator within this class operator [] xxx

Reference to a bracket operator in another class SpecialList.operator [] xxx