diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-11 16:35:07 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-11 16:35:07 (GMT) |
commit | 1582d40b4b3d6b1be49da3a2b31f9019cbb0393c (patch) | |
tree | 30190613230844f70e9425d1dab4f61633baf580 /src/lib/tng_io.h | |
parent | e4eb758fe9290bde6492b2528c94f32be057fea3 (diff) |
Documentation for almost all static functions fixed.
Diffstat (limited to 'src/lib/tng_io.h')
-rw-r--r-- | src/lib/tng_io.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 9e3047a..8bda250 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -343,8 +343,7 @@ tng_function_status tng_trajectory_init_(tng_trajectory_t *tng_data_p) * @param tng_data_p a pointer to the trajectory data to destroy. * @details All allocated memory in the data structure is freed, as well as * tng_data_p itself. - * @return TNG_SUCCESS (0) if successful or TNG_CRITICAL (2) if a major - * error has occured. + * @return TNG_SUCCESS (0) if successful. */ tng_function_status tng_trajectory_destroy(tng_trajectory_t *tng_data_p); tng_function_status tng_trajectory_destroy_(tng_trajectory_t *tng_data_p) |