summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-02 20:13:38 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-02 20:13:38 +0100
commit26daeb63ed25a161a3911d715a04535a102d632a (patch)
tree39d7b9ad3ffb99172b6f6574aeb0effcfb927a76 /src/wx
parent2f61270d2726445f562efc0e4b33fa19ba235183 (diff)
Comments.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/content_widget.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/wx/content_widget.h b/src/wx/content_widget.h
index 30501c1a9..8b7616044 100644
--- a/src/wx/content_widget.h
+++ b/src/wx/content_widget.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
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/wx/content_widget.h
+ * @brief ContentWidget class.
+ */
+
#ifndef DCPOMATIC_MULTIPLE_WIDGET_H
#define DCPOMATIC_MULTIPLE_WIDGET_H
@@ -26,7 +30,8 @@
#include <boost/function.hpp>
#include "wx_util.h"
-/** A widget which represents some Content state and which can be used
+/** @class ContentWidget
+ * @brief A widget which represents some Content state and which can be used
* when multiple pieces of content are selected.
*
* @param S Type containing the content being represented (e.g. VideoContent)