Skip to content

Commit ef22cf5

Browse files
author
Martin Klang
committed
removed invalid @Class and @method doxygen tags (closes #104)
1 parent dcf3acd commit ef22cf5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LibSource/FractionalCircularBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* Circular buffer that keeps a delta table of differences for faster fractional delay lines.
8-
* Note that this class requires twice as much buffer space as @class CircularBuffer.
8+
* Note that this class requires twice as much buffer space as CircularBuffer.
99
*/
1010
template<typename T = float>
1111
class FractionalCircularBuffer {

LibSource/MidiProcessor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#include "MidiMessage.h"
55

66
/**
7-
* Base class for MIDI processors such as @class AbstractSynth.
7+
* Base class for MIDI processors such as AbstractSynth.
88
* Derived classes can overload the specific message handlers,
9-
* and/or the entry-point: @method process(MidiMessage msg)
9+
* and/or the entry-point: process(MidiMessage msg)
1010
*/
1111
class MidiProcessor {
1212
public:

0 commit comments

Comments
 (0)