From cb82a2be772c72f6aa3665979e245de92e29381e Mon Sep 17 00:00:00 2001 From: paulc Date: Wed, 5 Jul 2006 19:53:18 +0000 Subject: [PATCH] Removed module specific classes. git-svn-id: http://voip.null.ro/svn/yate@947 acf43c95-373e-0410-b603-e72c3f656dc1 --- Doxyfile | 8 ++++---- Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index 5ed0dccb..6e4fc212 100644 --- a/Doxyfile +++ b/Doxyfile @@ -66,10 +66,10 @@ INPUT = yatecbase.h \ yateclass.h \ yatengine.h \ yatephone.h \ - contrib/ysip/yatesip.h \ - contrib/yrtp/yatertp.h \ - contrib/ypbx/yatepbx.h \ - contrib/yss7/yatess7.h +# contrib/ysip/yatesip.h \ +# contrib/yrtp/yatertp.h \ +# contrib/yss7/yatess7.h \ + contrib/ypbx/yatepbx.h FILE_PATTERNS = RECURSIVE = NO EXCLUDE = diff --git a/Makefile.in b/Makefile.in index 588d9433..0b1e4e31 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,8 +34,8 @@ LINK = $(CXX) $(LDFLAGS) DOCGEN := ifneq (_@KDOC_BIN@,_) DOCGEN := @KDOC_BIN@ -C ./kdoc-filter.sh -d docs/api/ $(INCS) \ - contrib/ysip/yatesip.h contrib/yrtp/yatertp.h \ - contrib/ypbx/yatepbx.h contrib/yss7/yatess7.h +# contrib/ysip/yatesip.h contrib/yrtp/yatertp.h contrib/yss7/yatess7.h \ + contrib/ypbx/yatepbx.h endif ifneq (_@DOXYGEN_BIN@,_) DOCGEN := @DOXYGEN_BIN@ Doxyfile