-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
A-generalArea: all code base (issues with this label may be divided into more concrete issues)Area: all code base (issues with this label may be divided into more concrete issues)C-missingCategory: Missing stuff that should be addedCategory: Missing stuff that should be added
Milestone
Description
For documentation, a first step we can do is to add missing documents for our public types and functions. We can enforce documents with rustdoc's missing_docs lints, which requires all public items to be documented. Once #241 is done, we should then only expose a limited number of public items.
Metadata
Metadata
Assignees
Labels
A-generalArea: all code base (issues with this label may be divided into more concrete issues)Area: all code base (issues with this label may be divided into more concrete issues)C-missingCategory: Missing stuff that should be addedCategory: Missing stuff that should be added