gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

docs: fix various warnings #82

Closed pks-t closed 5 years ago

pks-t commented 5 years ago

There's various warnings in the generated documentation either due to missing links or to mistaken use of simple comments /* */ instead of docstyle comments /** */. Fix some of these by converting to docstyle comments or fixing the referenced function names.