Skip to content

Commit

Permalink
Add separate IIR doxygen group for "Docs/Reference"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalmenara committed Mar 26, 2024
1 parent cb4b489 commit b186c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/cxxdox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ groups:
string_io: "String conversion/printing values"
biquad: "Biquad filter and design functions"
fir: "FIR filter and design functions"
iir: "IIR filter and design functions"
window: "Window functions"
sample_rate_conversion: "Sample rate conversion"
oscillators: "Oscillator functions"
Expand Down
2 changes: 1 addition & 1 deletion include/kfr/dsp/iir_design.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @addtogroup biquad
/** @addtogroup iir
* @{
*/
/*
Expand Down

0 comments on commit b186c7c

Please sign in to comment.