We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d949fb0 commit ab30ee2Copy full SHA for ab30ee2
1 file changed
nmqtt/nmqtt.nim
@@ -3,10 +3,10 @@
3
# --------------------
4
#
5
# This file contains the code for the MQTT broker. Broker specific procs
6
-# is defined within this file, while all base MQTT-code is included from
7
-# the main library file.
+# and CLI are defined within this file, while all base MQTT-code is included
+# from the main library file (`../nmqtt.nim`).
8
9
-# The file is named the same as the library so when the binaries are
+# This file is named the same as the library file, so when the binaries are
10
# generated, the brokers binary will be named `nmqtt`.
11
12
0 commit comments