From c57e5ad7ef482880b31b4a4df34a996c46e34070 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Mon, 17 Oct 2011 11:29:34 +0000 Subject: [PATCH] documenting only interface to the outside world git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@557 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npa/Doxyfile.in b/npa/Doxyfile.in index 3b405ba..ed5e863 100644 --- a/npa/Doxyfile.in +++ b/npa/Doxyfile.in @@ -3,7 +3,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@ OUTPUT_DIRECTORY = @builddir@/doc STRIP_FROM_PATH = @top_srcdir@/src INPUT = @top_srcdir@/src -FILE_PATTERNS = *.c *.h +FILE_PATTERNS = *.h RECURSIVE = YES EXAMPLE_PATH = @top_srcdir@/src GENERATE_HTML = YES