We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75456a4 commit 7cb5eb6Copy full SHA for 7cb5eb6
1 file changed
include/c2pa.hpp
@@ -282,7 +282,8 @@ namespace c2pa
282
/// @throws C2pa::C2paException for errors encountered by the C2PA library.
283
void set_remote_url(const string &remote_url);
284
285
- /// @brief Set the base path for loading resources.
+ /// @brief Set the base path for loading resources from files.
286
+ /// Loads from memory if this is not set.
287
/// @param base_path The base path to set.
288
289
/// @deprecated This method is planned to be deprecated in a future release.
0 commit comments