X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpeg%2Fjdatadst.c;h=623f9e0dea4c49a2c6c332d205ca4393333df5a6;hb=5f2f63726d61c93ece8e85fe9fc7c5fa8093bf61;hp=88d859d210238daa04e630429f2c918513743854;hpb=e1830579102f036e9e558320a21990a9438ec9ef;p=gdcm.git diff --git a/src/gdcmjpeg/jdatadst.c b/src/gdcmjpeg/jdatadst.c index 88d859d2..623f9e0d 100644 --- a/src/gdcmjpeg/jdatadst.c +++ b/src/gdcmjpeg/jdatadst.c @@ -22,9 +22,12 @@ /* Expanded data destination object for stdio output */ +/** + * \brief very low level C 'structure', used to decode jpeg file + * Should not appear in the Doxygen supplied documentation + */ typedef struct { struct jpeg_destination_mgr pub; /* public fields */ - FILE * outfile; /* target stream */ JOCTET * buffer; /* start of buffer */ } my_destination_mgr;