ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
15 stars 7 forks source link

dicom.h: note some one-based indexes #53

Closed bgilbert closed 1 year ago

bgilbert commented 1 year ago

A couple functions are documented to take zero-based index parameters but actually take one-based indexes. For now, update docs to match the current API. Should these functions be switched to zero-indexed for consistency?