summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-26 22:25:11 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-26 22:25:11 +0000
commit93096af59d8235235c0caed929b6f72dcf09cdc9 (patch)
tree379519075366d74a16b6912d6bc02fef05ce3700 /src/asset.h
parent59886567974bd3e79d30a4a9425d86d50bf425f3 (diff)
A little tidying up.
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h
index e8867ae5..abaa63be 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -39,7 +39,7 @@ namespace dcp {
* @brief Parent class for DCP assets, i.e. picture/sound/subtitles and CPLs.
*
* Note that this class is not used for ReelAssets; they are just for the metadata
- * that gets put into <Reel>s.
+ * that gets put into &lt;Reel&gt;s.
*/
class Asset : public Object
{