diff --git a/v1/input/eabaort.c b/v1/input/eabaort.c index 55f100d73f56c351c036bf2e433371a7914a6223..541349ac68b985daf038c82e8128a789dfa71a3e 100644 --- a/v1/input/eabaort.c +++ b/v1/input/eabaort.c @@ -1048,3 +1048,4 @@ double func(int parNr, double *p, void *fdata) /*****************************************************************************/ /*****************************************************************************/ +/// @endcond diff --git a/v1/libtpcimgp/imgthreshold.c b/v1/libtpcimgp/imgthreshold.c index 3937dac78e80622ac43a63e9745cd53a8df4c1ca..5d94579c2109ab88ad7ea7601f4db17419685be0 100644 --- a/v1/libtpcimgp/imgthreshold.c +++ b/v1/libtpcimgp/imgthreshold.c @@ -396,7 +396,9 @@ int imgRegionGrowingByThreshold( IMG *img, /** Seed pixel position [z,y,x] as indices. */ const int sz, + /** Seed pixel position [z,y,x] as indices. */ const int sy, + /** Seed pixel position [z,y,x] as indices. */ const int sx, /** Lower threshold as absolute value. */ float lthr,