From b8cc7d65d2ab27140deda70a24f076b48647c774 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 17 Oct 2008 12:30:15 +0000 Subject: [PATCH] libftdi: (tomj) include C++ wrapper in doxygen --- doc/Doxyfile.in | 2 +- doc/Makefile.am | 2 +- libftdi.kdevelop | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f0b5e5c..9954b1d 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -459,7 +459,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/src +INPUT = @top_srcdir@/src @top_srcdir@/ftdipp # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/doc/Makefile.am b/doc/Makefile.am index aa4455c..b8b03d2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,5 +8,5 @@ endif all: $(MANUALS) -html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/examples/*.c +html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/ftdipp/*.cpp $(top_srcdir)/ftdipp/*.hpp $(top_srcdir)/examples/*.c $(DOXYGEN) diff --git a/libftdi.kdevelop b/libftdi.kdevelop index 7fdca9e..421d88d 100644 --- a/libftdi.kdevelop +++ b/libftdi.kdevelop @@ -15,6 +15,7 @@ + libftdi @@ -143,7 +144,32 @@ 250 400 250 + false + 0 + true + true + false + std=_GLIBCXX_STD;__gnu_cxx=std + true + false + false + false + false + true + true + false + .; + + false + 3 + 3 + /usr/lib/qt-3.3 + EmbeddedKDevDesigner + /usr/lib/qt-3.3/bin/qmake + /usr/lib/qt-3.3/bin/designer + + -- 1.7.1