]> sigrok.org Git - libsigrok.git/blobdiff - Doxyfile
Doxyfile: Set version to 0.4.0.
[libsigrok.git] / Doxyfile
index c9e2b9f809118e4a9b27e16f469e4aa9e1642e61..b659cc8325f4feb5fa9ad224f2484a60836a2a0f 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "libsigrok"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "unreleased development snapshot"
+PROJECT_NUMBER         = "0.4.0"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
@@ -818,9 +818,9 @@ EXCLUDE_SYMLINKS       = NO
 #  - bindings/*: Language bindings, no public API stuff in there.
 #  - doxy/*: Potentially already generated docs, should not be scanned.
 #
-EXCLUDE_PATTERNS       = */hardware/* */input/* */output/* */transform/*
-EXCLUDE_PATTERNS      += */scpi/* */dmm/* */lcr/*
-EXCLUDE_PATTERNS      += */tests/* */bindings/* */doxy/*
+EXCLUDE_PATTERNS       = */src/hardware/* */src/input/* */src/output/* */src/transform/*
+EXCLUDE_PATTERNS      += */src/scpi/* */src/dmm/* */src/lcr/*
+EXCLUDE_PATTERNS      += */src/tests/* */src/bindings/* */src/doxy/*
 INPUT                 += src/input/input.c src/output/output.c
 INPUT                 += src/transform/transform.c