LancePutnam / Gamma

Generic (Sound) Synthesis Library
Other
458 stars 54 forks source link

Phase Increment Doxygen module? #18

Closed gitelope closed 12 years ago

gitelope commented 12 years ago

proposed: the addition of a Doxygen module entitled "Phase Increment Strategies" or just simply "Phase Increment".

Would include all classes in namespace phsInc: Clip, Fold, Pat, Rep, Rap.

It would require the addition of "/// \ingroup Phase Increment" or maybe just "/// \ingroup phsInc" to each class.

LancePutnam commented 12 years ago

okay

gitelope commented 12 years ago

I used
/// \defgroup phsInc Phase Increment to define the group and /// \ingroup phsInc to mark up the code.