diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-09 04:20:55 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-09 05:28:57 -0200 |
commit | 646b83b841a4591d00223cda14ce1530ec4dbd39 (patch) | |
tree | bc079c8be5c7278a75d160daf360285d8e2a6056 /m4 | |
parent | db74ceec8030e7e3b069c4a226b3557c6933f735 (diff) | |
download | kmod-646b83b841a4591d00223cda14ce1530ec4dbd39.tar.gz kmod-646b83b841a4591d00223cda14ce1530ec4dbd39.tar.bz2 kmod-646b83b841a4591d00223cda14ce1530ec4dbd39.zip |
doc: add gtk-doc to generate documentation
Current limitation is horrible no support to sections: we have to to
have separate header files or to maintain the libkmod-sections.txt file.
We are doing the latter.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/.gitignore b/m4/.gitignore index 8bab51c..d59889a 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -3,4 +3,4 @@ ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 - +gtk-doc.m4 |