File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
3131 // / Open a JAR file of size \p size loaded in memory at address \p data.
3232 // / \param data: memory buffer with the contents of the jar file
3333 // / \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
3535 jar_filet (const void *data, size_t size);
3636
3737 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
2828 // / Loads a zip buffer
2929 // / \param data: pointer to the memory buffer
3030 // / \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
3232 mz_zip_archivet (const void *data, size_t size);
3333
3434 mz_zip_archivet (const mz_zip_archivet &)=delete ;
You can’t perform that action at this time.
0 commit comments