Questions tagged [dartdoc]

DartDoc is the official "API documentation tool for Dart".

DartDoc is used "to generate HTML documentaton for your Dart package".

The dartdoc package can be found on Pub along with a GitHub repo for DartDoc

32 questions
0
votes
2 answers

(Windows) `dartdoc` generating documentation files for every base library in the Dart's and Flutter's SDKs when running against my (tiny) package

The first problem I encountered — and which I think is related to the main one — is with respect to the FLUTTER_ROOT variable. I don't know why it wasn't preset at some point in the installation, but, anyway, I just can't seem to set it from within…
Philippe Fanaro
  • 6,148
  • 6
  • 38
  • 76
0
votes
1 answer

dartdoc is trying to parse all the source files when is called inside a Flutter App folder

I am trying to generate the documentation for a Flutter App with dartdoc. For that I go inside the Flutter App folder: cd path/to/app After that I call in the console: dartdoc And the first results printed in the console tell me that dartdoc is…
Ademir Villena Zevallos
  • 1,579
  • 1
  • 13
  • 20
1 2
3