ImagingDataCommons / libdicom

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

Make dicom subdir #27

Closed jcupitt closed 1 year ago

jcupitt commented 1 year ago

This PR moves dicom.h into a dicom/ subdirectory so that we can always include the libdicom headers with <dicom/dicom.h>.

This builds on #25 so check that one first.

bgilbert commented 1 year ago

The pkg-config include path should be updated to remove the /dicom suffix, and the #include in usage.rst will also need to be updated. Also, this breaks the API docs build.

jcupitt commented 1 year ago

I fixed the pkg-config path and fixed usage.rst.

I suppose the doc changes should wait until your other PR is merged.

jcupitt commented 1 year ago

Could someone approve this PR too?