diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-31 14:38:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-31 14:38:35 +0100 |
| commit | d6b067d2a2ec5f0490c9fb17ddd605d0e860480d (patch) | |
| tree | e09a1ab45914404287c62ec643a79c81e5c4c27d /src/vertical_position.h | |
| parent | e7c76c9b740f01c3dbc259e4f23acba65cfb7c03 (diff) | |
Some Doxygen comments.
Diffstat (limited to 'src/vertical_position.h')
| -rw-r--r-- | src/vertical_position.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vertical_position.h b/src/vertical_position.h index 6885f0e..6a0fff4 100644 --- a/src/vertical_position.h +++ b/src/vertical_position.h @@ -25,7 +25,9 @@ namespace sub { -/** Vertical position of the baseline of some text */ +/** @class VerticalPosition + * @brief Vertical position of the baseline of some text, expressed in one of a number of ways. + */ class VerticalPosition { public: |
