kamadak / exif-rs

Exif parsing library written in pure Rust
BSD 2-Clause "Simplified" License
190 stars 42 forks source link

Generate documentation for Tag consts #19

Closed sharnoff closed 2 years ago

sharnoff commented 2 years ago

Uses the existing tag descriptions to add a line of documentation to each constant


I found myself looking through the source to find descriptions of each tag, so I figured I'd open this PR to put those in the documentation as well. Some of the doc comments are not super useful (e.g. ImageWidth -> "Image width"), but a lot of other ones are -- especially for someone who isn't super knowledgeable about Exif.

kamadak commented 2 years ago

Thanks, merged.