# HG changeset patch # User Matti Hamalainen # Date 1579952221 -7200 # Node ID 1092eb33bd5903cdc30535b64b8c04dc3c86afb2 # Parent 3c9205d52376cad6054df9df3764c932d6e57cee Doxygen fix. diff -r 3c9205d52376 -r 1092eb33bd59 th_config.h --- a/th_config.h Sat Jan 25 13:36:15 2020 +0200 +++ b/th_config.h Sat Jan 25 13:37:01 2020 +0200 @@ -37,7 +37,7 @@ }; -typedef struct _th_cfgitem_t +typedef struct th_cfgitem_t { // th_llist_t must be the first item, as this // is used to alias th_cfgitem_t to llist nodes @@ -54,7 +54,7 @@ void *data; th_llist_t **list; - struct _th_cfgitem_t *section; + struct th_cfgitem_t *section; } v; } th_cfgitem_t;