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

@@ -199,11 +199,10 @@ inline uint64_t RawSink::GrabFrameNoTimeout(wpi::RawFrame& image) const {
m_status = 0;
return GrabSinkFrame(m_handle, image, &m_status);
}
/** @} */
} // namespace cs
/** @} */
#endif
#endif // CSCORE_CSCORE_RAW_H_