Fix Doxygen warnings for C++ code (#6608)

This commit is contained in:
Jade
2024-08-21 22:55:03 +08:00
committed by GitHub
parent a9ac5b8e24
commit a9ce3290b5
17 changed files with 98 additions and 90 deletions

View File

@@ -399,12 +399,15 @@ class JSpanBase {
return {reinterpret_cast<U*>(arr.data()), arr.size()};
}
// FIXME doxygen gives error parsing initializer list
//! @cond Doxygen_Suppress
private:
bool m_valid;
JNIEnv* m_env;
jarray_type m_jarr = nullptr;
size_t m_size;
std::remove_cv_t<T>* m_elements;
//! @endcond
};
} // namespace detail