From f18c6f1d6bba88c40a769992cce988f3c9ccc577 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 23 Dec 2004 18:19:44 +0000 Subject: removing lasso_config.h from scanned header files --- docs/reference/Makefile.am | 8 ++++++-- docs/reference/lasso-sections.txt | 7 ------- docs/reference/lasso.sgml | 2 -- 3 files changed, 6 insertions(+), 11 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index f2d15acf..fd62db87 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -12,6 +12,8 @@ DOC_SOURCE_FILES = \ $(shell find $(top_srcdir)/lasso -name '*.c' -print ) \ $(shell find $(top_srcdir)/lasso -name '*.h' -print ) +IGNORE_HFILES = lasso_config.h + # do nothing for all all: docs @@ -78,8 +80,10 @@ scan: doc_sources test -f $$i || touch $$i ; \ done \ fi - gtkdoc-scan --module=lasso --source-dir=$(DOC_SOURCE_DIR)/lasso/ --output-dir=build/ - + gtkdoc-scan --module=lasso \ + --source-dir=$(DOC_SOURCE_DIR)/lasso/ \ + --output-dir=build/ \ + --ignore-headers="$(IGNORE_HFILES)" # # Prepare source files by coping them to "code" folder and diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt index 60efda84..1c101705 100644 --- a/docs/reference/lasso-sections.txt +++ b/docs/reference/lasso-sections.txt @@ -896,13 +896,6 @@ lasso_check_version lasso_check_version_ext -
-version -LASSO_VERSION_MAJOR -LASSO_VERSION_MINOR -LASSO_VERSION_SUBMINOR -
-
lecp LassoLecp diff --git a/docs/reference/lasso.sgml b/docs/reference/lasso.sgml index 6871e25b..e1508a64 100644 --- a/docs/reference/lasso.sgml +++ b/docs/reference/lasso.sgml @@ -43,7 +43,6 @@ - @@ -182,7 +181,6 @@ the GNU General Public License< &lasso-lasso; &LassoStrings; - &lasso-version; -- cgit