summaryrefslogtreecommitdiff
path: root/src/lib/examine_content_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-13 12:52:24 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-13 12:52:24 +0000
commit4dacdd078baedf0046e6bfe1f4fe42b2c12a1ca8 (patch)
tree3cb7c9f2944b657aad5ea9df0da3fce15f2f5db8 /src/lib/examine_content_job.h
parent6bd61e6c973ba6f27cf34e56f550f57f659190f2 (diff)
Some comment tweaks; a little more logging.
Diffstat (limited to 'src/lib/examine_content_job.h')
-rw-r--r--src/lib/examine_content_job.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h
index 2004aca83..729c287b5 100644
--- a/src/lib/examine_content_job.h
+++ b/src/lib/examine_content_job.h
@@ -18,13 +18,13 @@
*/
/** @file src/examine_content_job.h
- * @brief A class to run through content at high speed to find its length.
+ * @brief A class to obtain the length and MD5 digest of a content file.
*/
#include "job.h"
/** @class ExamineContentJob
- * @brief A class to run through content at high speed to find its length.
+ * @brief A class to obtain the length and MD5 digest of a content file.
*/
class ExamineContentJob : public Job
{