diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 14:25:55 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-10 14:25:55 (GMT) |
commit | 6f988d9ccc9d538b3032242bd982047edb6fa6fe (patch) | |
tree | 69b234bac2a90d6b5b0ce9066b4c9eb954bf43b5 | |
parent | 98038743d78f912e42070fd3f0b7d7d887faa4ff (diff) |
Fix layout of example in documentation
-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 * */ |