documentation property
override
Returns the docs, stripped of their leading comments syntax.
Implementation
@override
String get documentation {
return _injectMacros(
documentationFrom.map((e) => e.documentationLocal).join('<p>'));
}
Returns the docs, stripped of their leading comments syntax.
@override
String get documentation {
return _injectMacros(
documentationFrom.map((e) => e.documentationLocal).join('<p>'));
}