Move doxygen docs into subsection for partioning

This commit is contained in:
Laurence Withers 2014-07-07 11:07:05 +00:00
commit 2ceb582a30
5 changed files with 17 additions and 5 deletions

View file

@ -23,7 +23,7 @@ Otherwise, the library user must first create a set of coefficients using
\ref iir_coeff_new(). Any number of filters can then be instantiated using that
set of coefficients with \ref iir_filter_new(), or the coefficients can be
chained on to the end of an existing filter instance with
\ref iir_filter_chain(). See \ref common_filters for functions to generate
\ref iir_filter_chain(). See \ref libiir_common_filters for functions to generate
coefficients.
\section operation Filter operation