comparison hsedit.h @ 5:5f3c32dc6e17

* Adjust comment syntax to permit Doxygen to generate HTML documentation; add Doxyfile
author Chris Cannam
date Wed, 06 Oct 2010 15:19:49 +0100
parents 6422640a802f
children 977f541d6683
comparison
equal deleted inserted replaced
4:92ee28024c05 5:5f3c32dc6e17
1 #ifndef hseditH 1 #ifndef hseditH
2 #define hseditH 2 #define hseditH
3 3
4 4
5 /* 5 /**
6 hsedit.cpp - harmonic sinusoid audio editing routines. 6 \file hsedit.h - harmonic sinusoid audio editing routines.
7 */ 7 */
8 8
9 #include "hs.h" 9 #include "hs.h"
10 #include "hssf.h" 10 #include "hssf.h"
11 11