doc: minor changes

This commit is contained in:
Michele Caini
2021-03-03 16:49:20 +01:00
parent fee0b29a0b
commit 38ab02ff88

View File

@@ -623,10 +623,7 @@ struct meta_handle {
return &any;
}
/**
* @brief Access operator for accessing the contained opaque object.
* @return A meta any that shares a reference to an unmanaged object.
*/
/*! @copydoc operator-> */
[[nodiscard]] const meta_any * operator->() const {
return &any;
}