Fix cv::FileStorage::Mode::Memory doxygen layout

pull/21582/head
Greg Fiumara 3 years ago
parent 972a4b95b6
commit dae73938e8
No known key found for this signature in database
GPG Key ID: 927F1110EAC8666F
  1. 4
      modules/core/include/opencv2/core/persistence.hpp

@ -313,8 +313,8 @@ public:
READ = 0, //!< value, open the file for reading
WRITE = 1, //!< value, open the file for writing
APPEND = 2, //!< value, open the file for appending
MEMORY = 4, //!< flag, read data from source or write data to the internal buffer (which is
//!< returned by FileStorage::release)
MEMORY = 4, /**< flag, read data from source or write data to the internal buffer (which is
returned by FileStorage::release) */
FORMAT_MASK = (7<<3), //!< mask for format flags
FORMAT_AUTO = 0, //!< flag, auto format
FORMAT_XML = (1<<3), //!< flag, XML format

Loading…
Cancel
Save