aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-05-12 16:33:41 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-05-21 02:49:44 +0200
commitf274ee39c222af3ad315ed0c655f71f04ff8df9d (patch)
tree695258649f6f015acbe22fddf227eadbbd610b8e /.gitignore
parente86c869e041ce3ec7ae4a22df4e75a92251718bf (diff)
downloadsparse-f274ee39c222af3ad315ed0c655f71f04ff8df9d.tar.gz
autodoc: extract doc from the C files
Add a tool which parse comment from source files and extract kerneldoc-like documentation from them. Note: this is rather quite crude, support only generic 'blocs' and doc for functions; it has no support for anything else. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bc00736d..5569f98b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.a
*.so
.*.swp
+*.pyc
# generated
version.h