From e64f6002a413f7aaffca60387d82c2e91b931ab9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 13 May 2014 23:52:48 +0100 Subject: Some comments. --- src/exceptions.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/exceptions.h b/src/exceptions.h index 43ddab02..5d8000d7 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -112,14 +112,17 @@ protected: std::string _message; }; +/** @class MissingAssetError + * @brief An error of a missing asset. + */ class MissingAssetError : public DCPReadError { public: enum AssetType { - MAIN_PICTURE, - MAIN_SOUND, - MAIN_SUBTITLE, - UNKNOWN + MAIN_PICTURE, //< main picture is missing + MAIN_SOUND, //< main sound is missing + MAIN_SUBTITLE, //< main subtitle is missing + UNKNOWN //< something is missing but we don't know what }; MissingAssetError (boost::filesystem::path, AssetType = UNKNOWN); -- cgit v1.2.3