Canonicalization class
Classes extending this class have canonicalization support in Dartdoc.
- Implemented types
- Implementers
Constructors
Properties
- canonicalLibrary → Library
-
read-only
-
commentRefs
→ List<
ModelCommentReference> -
read-only
- config → DartdocOptionContext
-
read-only, inherited
- documentation → String
-
read-only, inherited
- documentationAsHtml → String
-
read-only, inherited
-
documentationFrom
→ List<
Locatable> -
read-only, inherited
- documentationIsLocal → bool
-
True if documentationFrom contains only one item, this.
read-only, inherited
- fullyQualifiedName → String
-
read-only, inherited
- hasDocumentation → bool
-
read-only, inherited
- hasExtendedDocumentation → bool
-
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- href → String
-
read-only, inherited
- isCanonical → bool
-
read-only
- isDocumented → bool
-
read-only, inherited
- kind → String
-
read-only, inherited
- location → String
-
A string indicating the URI of this Locatable, usually derived from
Element.location.
read-only, inherited
-
locationPieces
→ Set<
String> -
Pieces of the location, split to remove 'package:' and slashes.
read-only
- name → String
-
read-only, inherited
- namePart → String
-
Utility getter/cache for
_MarkdownCommentReference._getResultsForClass
.read-only, inherited -
namePieces
→ Set<
String> -
read-only, inherited
- oneLineDoc → String
-
read-only, inherited
- packageGraph → PackageGraph
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
scoreCanonicalCandidates(
Iterable< Library> libraries) → List<ScoredCandidate> -
scoreElementWithLibrary(
Library lib) → ScoredCandidate -
@Deprecated('Public method intended to be private; will be removed as early as ' 'Dartdoc 1.0.0')
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited