We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99110b commit 2a4fb3cCopy full SHA for 2a4fb3c
src/lib/cwrappers/cwrappers.cpp
@@ -4,6 +4,10 @@
4
* SPDX-License-Identifier: MIT
5
*/
6
7
+/** @file cwrappers/cwrappers.cpp
8
+ * Contains the CWrappers class implementation.
9
+ */
10
+
11
#include <string>
12
#include <stdlib.h>
13
#include <unistd.h>
src/lib/cwrappers/cwrappers.hpp
@@ -8,7 +8,7 @@
#define CWRAPPERS_HPP
/** @file cwrappers/cwrappers.hpp
- * This file contains different wrappers for plain C functions.
+ * Contains the CWrappers class definition.
14
0 commit comments