Skip to content

Commit 596aecb

Browse files
Cleaning up doxygen
1 parent 5cbaba0 commit 596aecb

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

include/serialize/binary_serialize.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* marshalling and unmarshalling (transform objects into and out of byte streams
55
* for transmission over a network or for file IO).
66
*
7-
* @ingroup marshall_module
8-
*
97
* @brief Classes and functions to transform objects into a big-endian binary stream
108
* of bytes (marshall) and the converse (unmarshall), transform a stream of bytes into
119
* objects.

include/serialize/extract_append.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/** @file
2-
*
3-
* @ingroup marshall_module
42
*
53
* @brief Functions to extract arithmetic binary values from a byte buffer (in big-endian) to
64
* native format; conversely, given an arithmetic binary value, append it to a buffer of bytes

test/extract_append_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/** @file
2-
*
3-
* @ingroup test_module
42
*
53
* @brief Test scenarios for @c extract_val and @c append_val functions.
64
*

0 commit comments

Comments
 (0)