getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
375 stars 67 forks source link

Warn for missing docs of public types #52

Closed jan-auer closed 4 years ago

jan-auer commented 4 years ago

Enables warn(missing_docs) for the entire crate to ensure that new interfaces are documented properly. The only exception is tpi/data.rs -- too many comments are missing there.