]> Kevux Git Server - controller/commitdiff
Cleanup: Source code path in documentation comments.
authorKevin Day <Kevin@kevux.org>
Fri, 26 Jul 2024 00:11:29 +0000 (19:11 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 26 Jul 2024 00:11:29 +0000 (19:11 -0500)
sources/c/program/controller/controller/main.h
sources/c/program/controller/init/main.h

index d483b77958ce5aba7dacf89f9eb4ee0a4da785f7..378ada67c8bfbbaa4dd61a6af12cbc4e9c622f4c 100644 (file)
@@ -5,7 +5,7 @@
  * API Version: 0.7
  * Licenses: lgpl-2.1-or-later
  *
- * This file is only ever included by main/main.c and should not normally be included anywhere else.
+ * This file is only ever included by program/controller/controller/main.c and should not normally be included anywhere else.
  * Anything that wants to include this should be providing the "controller" program functionality in some manner.
  */
 #ifndef _controller_controller_h
index 505cabe1a37e60962975688a07f09eeecddf88c4..9b0b196e165c13f18e7005a855c1e0a7c7663eb8 100644 (file)
@@ -5,7 +5,7 @@
  * API Version: 0.7
  * Licenses: lgpl-2.1-or-later
  *
- * This file is only ever included by main/main.c and should not normally be included anywhere else.
+ * This file is only ever included by program/controller/init/main.c and should not normally be included anywhere else.
  * Anything that wants to include this should be providing the "controller" program functionality in some manner.
  */
 #ifndef _controller_init_main_h