File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class jar_filet final
31
31
// / Open a JAR file of size \p size loaded in memory at address \p data.
32
32
// / \param data: memory buffer with the contents of the jar file
33
33
// / \param size: size of the memory buffer
34
- // / \throw Throws std::runtime_error if file cannot be opened
34
+ // / \throw Throws std::runtime_error if data is not in correct format
35
35
jar_filet (const void *data, size_t size);
36
36
37
37
jar_filet (const jar_filet &)=delete ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class mz_zip_archivet final
28
28
// / Loads a zip buffer
29
29
// / \param data: pointer to the memory buffer
30
30
// / \param size: size of the buffer
31
- // / \throw Throws std::runtime_error if file cannot be opened
31
+ // / \throw Throws std::runtime_error if data is not in correct format
32
32
mz_zip_archivet (const void *data, size_t size);
33
33
34
34
mz_zip_archivet (const mz_zip_archivet &)=delete ;
You can’t perform that action at this time.
0 commit comments