-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
why the doc disappeared for format #23553
Copy link
Copy link
Closed
Labels
category: documentationDocumentation fix or updateDocumentation fix or update
Milestone
Description
Describe the doc issue
here there is doc opencv 3.2
opencv/modules/core/include/opencv2/core/utility.hpp
Lines 180 to 186 in 70bbf17
| /** @brief Returns a text string formatted using the printf-like expression. | |
| The function acts like sprintf but forms and returns an STL string. It can be used to form an error | |
| message in the Exception constructor. | |
| @param fmt printf-compatible formatting specifiers. | |
| */ | |
| CV_EXPORTS String format( const char* fmt, ... ); |
and opencv3.3 to 5.x no doc
Fix suggestion
restore doc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category: documentationDocumentation fix or updateDocumentation fix or update