Skip to content

Commit c11ffb0

Browse files
committed
fmt
1 parent b5abcb8 commit c11ffb0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/iceberg/util/endian.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
#include "iceberg/result.h"
2929

30+
/// \file iceberg/util/endian.h
31+
/// \brief Endianness conversion utilities
32+
3033
namespace iceberg::util {
3134

3235
template <typename T>

src/iceberg/util/literal_format.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
#include "iceberg/iceberg_export.h"
2525

26-
/// \file iceberg/
26+
/// \file iceberg/util/literal_format.h
27+
/// \brief Format literal values as strings
2728

2829
namespace iceberg {
2930

0 commit comments

Comments
 (0)