Skip to content

Commit 5cf3d7f

Browse files
author
camilo
committed
doc update
1 parent 1b93a07 commit 5cf3d7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/qinterp1.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ extern "C" {
4242
* @brief A 1D interpolation object.
4343
*/
4444
typedef struct {
45+
/*! @cond */
4546
float (*method)( const float x,
4647
const float * const tx,
4748
const float * const ty,
4849
const size_t tableSize );
4950
const float *xData;
5051
const float *yData;
5152
size_t dataSize;
53+
/*! @cond */
5254
} qInterp1_t;
5355

5456
/**

0 commit comments

Comments
 (0)