From 5d24c4b5e6bd8bdef9de6de1080faf60bb756a4b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 1 Jan 2024 17:15:55 +0900 Subject: [PATCH] Add note about usage of UDPC header in docs --- src/UDPC.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/UDPC.h b/src/UDPC.h index fca1b6c..7c73d4f 100644 --- a/src/UDPC.h +++ b/src/UDPC.h @@ -1,6 +1,9 @@ /*! * \mainpage UDPConnection * \ref UDPC.h + * + * To use this library, it must be compiled. Only the \ref UDPC.h header is + * necessary as UDPC_Defines.hpp is only meant to be used internally by UDPC. */ /*!