DartdocOptionContext.fromContextElement constructor
DartdocOptionContext.fromContextElement(
- DartdocOptionContext optionContext,
- LibraryElement libraryElement,
- ResourceProvider resourceProvider
Build a DartdocOptionContext from an existing DartdocOptionContext and a
new analyzer Element.
Implementation
factory DartdocOptionContext.fromContextElement(
DartdocOptionContext optionContext,
LibraryElement libraryElement,
ResourceProvider resourceProvider) {
return DartdocOptionContext.fromElement(
optionContext.optionSet, libraryElement, resourceProvider);
}