Manage HTML output generated by DartDoc for flutter project

97 views
Skip to first unread message

sandeep goyal

unread,
Dec 6, 2020, 6:03:43 AM12/6/20
to Dart Misc
I'm using "categories" in dartdoc_options.yaml, and able to generate the document and can see the categories under the "Topics" in HTML output.
Now, my aim is to ONLY display the categories shown under "TOPICS", not the each and every dart files under "Libraries".
  1. Is it possible to not display each and every dart files under "Libraries".? if so, Please help me.
  2. Is there any way to rename "TOPICS"?
  3. Any other suggestions?
dartdoc_options.yaml is:
dartdoc:
categories:
"HomePageWeather":
markdown: doc/First.md
name: HomePageWeather
"WeatherSearchPage":
markdown: doc/Second.md
name: WeatherSearchPage
categoryOrder: ["HomePageWeather", "WeatherSearchPage"]
showUndocumentedCategories: true
ignore:
- ambiguous-doc-reference
errors:
- unresolved-doc-reference
warnings:
- tool-error
Reply all
Reply to author
Forward
0 new messages