From 354583bcbd0e3a441f0a9670d01888b1669f9345 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 21 May 2021 06:54:01 +0200 Subject: [PATCH] Add short descriptions. --- src/zip.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zip.hpp b/src/zip.hpp index b12acd4..ad036ec 100644 --- a/src/zip.hpp +++ b/src/zip.hpp @@ -26,8 +26,10 @@ namespace epubgrep::zip { +//! List the contents of a zip file. std::vector list(const fs::path &filepath); +// It's std::runtime_error, but with another name. class exception : public std::runtime_error { public: