diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-22 11:33:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:19 +0100 |
commit | 09f40c836957fab37672d98fc6f3ca2611b94bbb (patch) | |
tree | df0dab59955f556cef2379b3d200d90b3033a48a /.gitignore | |
parent | a57c3bcf36912f7c3822ed046a424af52f5b2bc4 (diff) |
docs: setup generation of gtk-doc based DBus API documentation
It includes gdbus-codegen generated API documentation, plus the common Enums,
Flags and Errors, which will also be used in libmm-glib.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -12,6 +12,7 @@ ltmain.sh intltool-* missing stamp-h1 +gtk-doc.make *~ *.o *.lo @@ -61,6 +62,18 @@ po/insert-header.sin po/quot.sed po/remove-potcdate.sin +docs/reference/api/version.xml +docs/reference/api/mm.args +docs/reference/api/mm.hierarchy +docs/reference/api/mm.interfaces +docs/reference/api/mm.prerequisites +docs/reference/api/mm.signals +docs/reference/api/*.stamp +docs/reference/api/*.txt +docs/reference/api/html +docs/reference/api/tmpl +docs/reference/api/xml + m4/gtk-doc.m4 m4/intltool.m4 m4/libtool.m4 |