summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 21:09:39 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 21:09:39 +0100
commit82d22d7ff5328fae4f2e3048e63a2b11f3ce36b4 (patch)
tree82bdbe0285f159bcfd8204d53efe938bd5999095 /src/util.cc
parent4709b2fe88040f3678560997726f3a209eacc660 (diff)
Doc fixes.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/util.cc b/src/util.cc
index 0af9c871..2968ef55 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -17,6 +17,10 @@
*/
+/** @file src/util.cc
+ * @brief Utility methods.
+ */
+
#include <stdexcept>
#include <sstream>
#include <iostream>
@@ -31,9 +35,6 @@
using namespace std;
using namespace boost;
-/** Create a UUID.
- * @return UUID.
- */
string
libdcp::make_uuid ()
{
@@ -44,10 +45,6 @@ libdcp::make_uuid ()
return string (buffer);
}
-/** Create a digest for a file.
- * @param filename File name.
- * @return Digest.
- */
string
libdcp::make_digest (string filename, sigc::signal1<void, float>* progress)
{