diff options
Diffstat (limited to 'src/lib/tng_io.h')
-rw-r--r-- | src/lib/tng_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 36aa23f..ed9740e 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -49,6 +49,7 @@ * * @subsection C * + * \code * // These includes must be fixed in order to compile the example. * // They do not include the # in order to compile the header file. * include <stdlib.h> @@ -148,6 +149,8 @@ * * return(0); * } + * + * \endcode * */ |