We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5abcb8 commit c11ffb0Copy full SHA for c11ffb0
src/iceberg/util/endian.h
@@ -27,6 +27,9 @@
27
28
#include "iceberg/result.h"
29
30
+/// \file iceberg/util/endian.h
31
+/// \brief Endianness conversion utilities
32
+
33
namespace iceberg::util {
34
35
template <typename T>
src/iceberg/util/literal_format.h
@@ -23,7 +23,8 @@
23
24
#include "iceberg/iceberg_export.h"
25
26
-/// \file iceberg/
+/// \file iceberg/util/literal_format.h
+/// \brief Format literal values as strings
namespace iceberg {
0 commit comments