Skip to content

Commit 2a4fb3c

Browse files
committed
Updated inline documentation of the CWrappers class.
1 parent f99110b commit 2a4fb3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/lib/cwrappers/cwrappers.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* SPDX-License-Identifier: MIT
55
*/
66

7+
/** @file cwrappers/cwrappers.cpp
8+
* Contains the CWrappers class implementation.
9+
*/
10+
711
#include <string>
812
#include <stdlib.h>
913
#include <unistd.h>

src/lib/cwrappers/cwrappers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define CWRAPPERS_HPP
99

1010
/** @file cwrappers/cwrappers.hpp
11-
* This file contains different wrappers for plain C functions.
11+
* Contains the CWrappers class definition.
1212
*/
1313

1414
#include <string>

0 commit comments

Comments
 (0)