Add short descriptions.

This commit is contained in:
tastytea 2021-05-21 06:54:01 +02:00
parent 71a2937664
commit 354583bcbd
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -26,8 +26,10 @@
namespace epubgrep::zip
{
//! List the contents of a zip file.
std::vector<std::string> list(const fs::path &filepath);
// It's std::runtime_error, but with another name.
class exception : public std::runtime_error
{
public: