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/stl_binary_reader.h | |
| parent | e7c76c9b740f01c3dbc259e4f23acba65cfb7c03 (diff) | |
Some Doxygen comments.
Diffstat (limited to 'src/stl_binary_reader.h')
| -rw-r--r-- | src/stl_binary_reader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stl_binary_reader.h b/src/stl_binary_reader.h index 0e3c7cf..9c2e61f 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -23,6 +23,9 @@ namespace sub { +/** @class STLBinaryReader + * @brief A class to read binary STL files. + */ class STLBinaryReader : public Reader { public: |
