diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-03-28 16:14:48 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-06-16 01:19:36 -0400 |
commit | 3ec52d6198a8afb6360bf9985cee03cdcbfdfb63 (patch) | |
tree | 0ffdf5317d9dff40e7be23e6abe57de2a6fd0bb0 /.gitignore | |
parent | f0b95de7d521144113ff7ef7ff5946e35c90aae1 (diff) | |
download | gobject-introspection-3ec52d6198a8afb6360bf9985cee03cdcbfdfb63.tar.gz |
giscanner: Add a simple automatic sections file generator
This is a very basic sections file generator, and isn't too smart.
It's simply intended to be a base to build docs on, and will be used
if the user doesn't provide a sections file when calling g-ir-doc-tool,
for convenience purposes.
https://bugzilla.gnome.org/show_bug.cgi?id=699856
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,3 +133,5 @@ docs/reference/version.xml #g-ir-doc-tool tests *.page !tests/scanner/*-expected/*.page +*-sections.txt +!tests/scanner/*-sections-expected.txt |