diff th_config.c @ 655:ae601363fdad

Doxygenization.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Jan 2020 14:06:01 +0200
parents 7dce38c022d7
children a34715d51ea4
line wrap: on
line diff
--- a/th_config.c	Sat Jan 25 13:37:01 2020 +0200
+++ b/th_config.c	Sat Jan 25 14:06:01 2020 +0200
@@ -173,6 +173,7 @@
 
 /* Read a given file into configuration structure and variables
  */
+/// @cond
 enum
 {
     PM_EOF,
@@ -198,6 +199,8 @@
         prevMode, nextMode, parseMode;
 } th_cfgparserctx_t;
 
+/// @endcond
+
 
 static void th_cfg_set_parsemode(th_cfgparserctx_t *ctx, const int mode)
 {