# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2018-04-08 13:34:59 # Node ID 3ea2936f9c865fe69cee1dec09834fca552524db # Parent 5c809411253de1e91913d589464fb34d0bc7a7b9 add doc comment diff --git a/src/samplepack.h b/src/samplepack.h --- a/src/samplepack.h +++ b/src/samplepack.h @@ -23,6 +23,11 @@ class SamplePack { public: + /** + * @param ns number of samples + * @param nc number of channels + * @param x has X channel + */ SamplePack(unsigned ns, unsigned nc, bool x = false); ~SamplePack();