summaryrefslogtreecommitdiff
path: root/src/font_size.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-31 14:38:35 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-31 14:38:35 +0100
commitd6b067d2a2ec5f0490c9fb17ddd605d0e860480d (patch)
treee09a1ab45914404287c62ec643a79c81e5c4c27d /src/font_size.h
parente7c76c9b740f01c3dbc259e4f23acba65cfb7c03 (diff)
Some Doxygen comments.
Diffstat (limited to 'src/font_size.h')
-rw-r--r--src/font_size.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/font_size.h b/src/font_size.h
index 2be2434..0b4b357 100644
--- a/src/font_size.h
+++ b/src/font_size.h
@@ -21,7 +21,13 @@
#define LIBSUB_FONT_SIZE_H
namespace sub {
-
+
+/** @class FontSize
+ * @brief A description of a font's size in one of a number of ways.
+ *
+ * An object of this class holds a font's size in one way, and it can convert
+ * to another on supply of the required conversion parameters.
+ */
class FontSize
{
public: