From 8e60dad92d2b5fb0276bdb9a9d0c45f8a24b6e04 Mon Sep 17 00:00:00 2001 From: Vesa Oikonen <vesoik@utu.fi> Date: Tue, 22 Feb 2022 16:41:22 +0200 Subject: [PATCH] fixed doc --- v1/input/eabaort.c | 1 + v1/libtpcimgp/imgthreshold.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/v1/input/eabaort.c b/v1/input/eabaort.c index 55f100d7..541349ac 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 3937dac7..5d94579c 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, -- GitLab