diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 08:31:35 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 08:31:35 +0200 |
commit | 2528775b34f9c0033027931385a4de866ab2749d (patch) | |
tree | 70d4ac864c7a3d94a6ecd76530f319fe040dfccf /client/parse.h | |
parent | e5b2754593bc93987e93a4171b1bcd361b2f1eb6 (diff) |
add more documentation
Diffstat (limited to 'client/parse.h')
-rw-r--r-- | client/parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/parse.h b/client/parse.h index 8b7d235..1beb714 100644 --- a/client/parse.h +++ b/client/parse.h @@ -4,8 +4,8 @@ /** * \ingroup pbc - * \defgroup pbc_parse parse - * \brief Debug send command parser utilities + * \defgroup pbc_parse Parse + * \brief Debug \c send command parser utilities * \{ */ |