aboutsummaryrefslogtreecommitdiff
path: root/client/cmd.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 08:31:35 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 08:31:35 +0200
commit2528775b34f9c0033027931385a4de866ab2749d (patch)
tree70d4ac864c7a3d94a6ecd76530f319fe040dfccf /client/cmd.h
parente5b2754593bc93987e93a4171b1bcd361b2f1eb6 (diff)
add more documentation
Diffstat (limited to 'client/cmd.h')
-rw-r--r--client/cmd.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/cmd.h b/client/cmd.h
index a3cc44a..4f77d50 100644
--- a/client/cmd.h
+++ b/client/cmd.h
@@ -2,8 +2,13 @@
/**
* \ingroup pbc
- * \defgroup pbc_cmd cmd
+ * \defgroup pbc_cmd Commands
* \brief Commands within \ref pbc
+ *
+ * \note A manpage is available containing end-user usage instructions inside
+ * the \ref client folder in the source code repository. This page contains the
+ * internal code documentation for the commands defined in \c pbc.
+ *
* \{
*/