Skip to content

Commit 7cb5eb6

Browse files
committed
fix: Comment
1 parent 75456a4 commit 7cb5eb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/c2pa.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ namespace c2pa
282282
/// @throws C2pa::C2paException for errors encountered by the C2PA library.
283283
void set_remote_url(const string &remote_url);
284284

285-
/// @brief Set the base path for loading resources.
285+
/// @brief Set the base path for loading resources from files.
286+
/// Loads from memory if this is not set.
286287
/// @param base_path The base path to set.
287288
/// @throws C2pa::C2paException for errors encountered by the C2PA library.
288289
/// @deprecated This method is planned to be deprecated in a future release.

0 commit comments

Comments
 (0)