调整注释

This commit is contained in:
mutouyun 2023-09-23 14:29:00 +08:00 committed by 木头云
parent 22a253a72f
commit 0814438c35

View File

@ -1,5 +1,4 @@
/// \brief To create a basic Windows Service in C++.
/// \see https://www.codeproject.com/Articles/499465/Simple-Windows-Service-in-Cplusplus
/// \brief To create a basic command line program.
#include <stdio.h>
#include <string>