From e1e7de8d73bedd0c741e7df0390068c67867e09f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Jan 2021 22:56:33 +0100 Subject: Tidying. --- src/verify.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index ee90b226..0a8b39ca 100644 --- a/src/verify.h +++ b/src/verify.h @@ -31,20 +31,30 @@ files in the program, then also delete it here. */ + +/** @file src/verify.h + * @brief dcp::verify() method and associated code + */ + + #ifndef LIBDCP_VERIFY_H #define LIBDCP_VERIFY_H + #include #include #include #include #include + /* Something in windows.h defines this */ #undef ERROR + namespace dcp { + class VerificationNote { public: @@ -373,6 +383,7 @@ private: boost::optional _line; }; + std::vector verify ( std::vector directories, boost::function)> stage, @@ -386,6 +397,8 @@ bool operator== (dcp::VerificationNote const& a, dcp::VerificationNote const& b) std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note); + } + #endif -- cgit v1.2.3