Mercurial > hg > beaglert
comparison examples/04-Audio/filter-IIR/render.cpp @ 500:b935f890e512 prerelease
Updated Doxy to 1.8.11
Amended example titles in render.cpp and file locations in Doxy file.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Wed, 22 Jun 2016 00:27:13 +0100 |
parents | 8fcfbfb32aa0 |
children | 1cec96845a23 |
comparison
equal
deleted
inserted
replaced
499:a15a116f6904 | 500:b935f890e512 |
---|---|
219 } | 219 } |
220 | 220 |
221 /* ------------ Project Explantation ------------ */ | 221 /* ------------ Project Explantation ------------ */ |
222 | 222 |
223 /** | 223 /** |
224 \example 04-filter-IIR | 224 \example filter-IIR/render.cpp |
225 | 225 |
226 Infinite Impulse Response Filter | 226 Infinite Impulse Response Filter |
227 ------------------------------ | 227 ------------------------------ |
228 | 228 |
229 This is an example of a infinite impulse response filter implementation. | 229 This is an example of a infinite impulse response filter implementation. |