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

@@ -10,6 +10,10 @@
#include <Eigen/SparseCore>
#include <fmt/format.h>
// FIXME: Doxygen gives internal inconsistency errors:
//! @cond Doxygen_Suppress
/**
* Formatter for classes derived from Eigen::DenseBase<Derived> or
* Eigen::SparseCompressedBase<Derived>.
@@ -44,3 +48,4 @@ struct fmt::formatter<Derived, CharT> {
private:
fmt::formatter<typename Derived::Scalar, CharT> m_underlying;
};
//! @endcond