You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The categories feature has a number of doc directives that have only ever been half supported: {@api}, {@samples}, and {@image}. Dartdoc only goes so far as to relay data from these directives into a categories.json file (see generateCategoryJson), but they aren't used in the web side. (Maybe we just needed to make them available for custom templates?)
Anyhow I think we can now drop support for all three. The analyzer now parses directives and reports when it sees an "unknown" directive. It does not have support for these three directives, and we have not seen any bugs that it reports their use.
The text was updated successfully, but these errors were encountered:
srawlins
added
the
type-tech-debt
Issues that slow or block desirable development paths for Dartdoc, or create such problems for users
label
Nov 1, 2023
The categories feature has a number of doc directives that have only ever been half supported:
{@api}
,{@samples}
, and{@image}
. Dartdoc only goes so far as to relay data from these directives into acategories.json
file (seegenerateCategoryJson
), but they aren't used in the web side. (Maybe we just needed to make them available for custom templates?)Anyhow I think we can now drop support for all three. The analyzer now parses directives and reports when it sees an "unknown" directive. It does not have support for these three directives, and we have not seen any bugs that it reports their use.
The text was updated successfully, but these errors were encountered: