X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpeg%2Fjmemsrc.c;fp=src%2Fgdcmjpeg%2Fjmemsrc.c;h=b208fbc5f333a5ee201a93477c64b2590a48841e;hb=920021ed03545a3b1925222f67fa0d72f33e7ef7;hp=cb371bc5704313063f6809191247d5c3e4b9ad69;hpb=6be82e2c1c1600494b0adfab5e14a584c858ea32;p=gdcm.git diff --git a/src/gdcmjpeg/jmemsrc.c b/src/gdcmjpeg/jmemsrc.c index cb371bc5..b208fbc5 100644 --- a/src/gdcmjpeg/jmemsrc.c +++ b/src/gdcmjpeg/jmemsrc.c @@ -22,9 +22,12 @@ /* Expanded data source object for memory input */ +/** + * \brief very low level C 'structure', used to decode jpeg file + * Should not appear in the Doxygen supplied documentation + */ typedef struct { struct jpeg_source_mgr pub; /* public fields */ - JOCTET eoi_buffer[2]; /* a place to put a dummy EOI */ } my_source_mgr;