Skip to content

Commit 28fda87

Browse files
committed
-file headers updated with short description
1 parent cb54894 commit 28fda87

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

inc/platform/sp_windows.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file sp_windows.hpp
33
*
4-
* @brief
4+
* @brief class with serial port control implementation for Windows
55
*
66
* @author Siarhei Tatarchanka
77
*

inc/serial_port.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file serial_port.hpp
33
*
4-
* @brief
4+
* @brief serial port interface class definition
55
*
66
* @author Siarhei Tatarchanka
77
*

inc/sp_error.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file sp_error.hpp
33
*
4-
* @brief
4+
* @brief custom system error code generator
55
*
66
* @author Siarhei Tatarchanka
77
*

inc/sp_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file sp_types.hpp
33
*
4-
* @brief
4+
* @brief common types definisions for serial port library
55
*
66
* @author Siarhei Tatarchanka
77
*

src/serial_port.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file serial_port.cpp
33
*
4-
* @brief
4+
* @brief implementation for class defined in serial_port.hpp
55
*
66
* @author Siarhei Tatarchanka
77
*

src/sp_error.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file sp_error.cpp
33
*
4-
* @brief
4+
* @brief custom system error implementation for serial port library
55
*
66
* @author Siarhei Tatarchanka
77
*

src/sp_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file sp_linux.cpp
33
*
4-
* @brief
4+
* @brief implementation for class defined in sp_linux.hpp
55
*
66
* @author Siarhei Tatarchanka
77
*

src/sp_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file sp_windows.cpp
33
*
4-
* @brief
4+
* @brief implementation for class defined in sp_windows.hpp
55
*
66
* @author Siarhei Tatarchanka
77
*

0 commit comments

Comments
 (0)