Skip to content

Commit 11423a9

Browse files
Adding notice about usage of the data format header in the unit test
The original header definition has served as basis for the discussion, the final definition has been developed elsewhere and is soon to be merged. The very early definition is temporarily kept for the unit test.
1 parent 59891b2 commit 11423a9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

DataFormats/Generic/test/memory-format.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
//* any purpose. It is provided "as is" without express or implied warranty. *
1313
//****************************************************************************
1414

15-
// @file memory_format.h
16-
// @author Matthias Richter
17-
// @since 2016-01-28
18-
// @brief Primitives for the ALICE O2 in-memory format
15+
/// @file memory_format.h
16+
/// @author Matthias Richter
17+
/// @since 2016-01-28
18+
/// @brief Helper structs for the ALICE O2 generic format API test
19+
/// @note DO NOT USE OUTSIDE UNIT TEST OF FORMAT API
20+
/// This definitions have been a first draft during discussion of
21+
/// in memory data formats, the final header file has been placed
22+
/// elsewhere, but this file is temporarily kept for the unit test
1923

2024
// use the standard definitions of int variables
2125
#include <stdint.h>

0 commit comments

Comments
 (0)