docs_analyzer 0.1.0
docs_analyzer: ^0.1.0 copied to clipboard
A tool for analyzing a library's documentation.
Docs Analyzer #
Analyze your Dart project for public entities missing documentation.
Getting started:
git clone https://github.com/adamhammes-wf/docs_analyzer.git
cd docs_analyzer
pub get
pub run docs_analyzer --directory path_to_your_project --list-undocumented
Usage:
dart docs_analyzer --help