1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00

Added slightly to exposition, to match other formats.

This commit is contained in:
Thomas Harte 2016-08-01 06:54:57 -04:00
parent 2799a87218
commit ee2a7c9415

View File

@ -16,7 +16,7 @@
namespace Storage {
/*!
Provides a @c Tape containing a UEF tape image.
Provides a @c Tape containing a UEF tape image, a slightly-convoluted description of pulses.
*/
class UEF : public Tape {
public: