X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fcontent_factory.h;h=fae7648eabfa8910baa7157a695cca1035dba2cc;hb=22b9f3b2090d8bdfe52cda1e69d3acbe874f1ce5;hp=2eeebbc9f8924c9ebb45c04df47bfdbefa9de22c;hpb=5d3ebbb2e7844485e8dddd6471209d56b05633ae;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 2eeebbc9f..fae7648ea 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,10 @@ */ +/** @file src/lib/content_factory.h + * @brief Methods to create content objects. + */ + class Film; extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::NodePtr, int, std::list &);