Fix warnings during wrapper docs generation (#1192)

* Fix warnings during wrapper docs generation

* Fixes
This commit is contained in:
Bartłomiej Kocot
2024-03-09 02:13:03 +01:00
committed by GitHub
parent 1837040a9c
commit 42fc8eddd2
11 changed files with 56 additions and 9 deletions

View File

@@ -13,8 +13,11 @@
#include "ck/utility/amd_address_space.hpp"
#include "ck/utility/multi_index.hpp"
// Disable from doxygen docs generation
/// @cond INTERNAL
namespace ck {
namespace wrapper {
/// @endcond
/**
* \brief Memory type, allowed members:
@@ -27,7 +30,7 @@ namespace wrapper {
using MemoryTypeEnum = AddressSpaceEnum;
// Disable from doxygen docs generation
/// @cond
/// @cond INTERNAL
// forward declarations
template <typename Shape, typename UnrolledDescriptorType>
struct Layout;