Add short descriptions.
This commit is contained in:
parent
71a2937664
commit
354583bcbd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user