From: Paul Brossier Date: Tue, 10 Dec 2013 13:39:06 +0000 (-0500) Subject: doc/web.cfg: fix typo to really exclude mathutils X-Git-Tag: 0.4.0~35 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a7343ffed2d649163d0debf566e7decc4b2ccc03;p=aubio.git doc/web.cfg: fix typo to really exclude mathutils Signed-off-by: Paul Brossier --- diff --git a/doc/web.cfg b/doc/web.cfg index c05e67af..1bbd4da8 100644 --- a/doc/web.cfg +++ b/doc/web.cfg @@ -769,8 +769,7 @@ RECURSIVE = YES # run. EXCLUDE = ../src/aubio_priv.h \ - ../src/mathutils \ - .h \ + ../src/mathutils.h \ ../src/io/audio_unit.h \ ../src/io/source_sndfile.h \ ../src/io/source_apple_audio.h \