[gobject-introspection] doctool: Switch default language to C
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] doctool: Switch default language to C
- Date: Tue, 26 Feb 2013 21:25:33 +0000 (UTC)
commit d29bc4e5a9f89cf4c831ca79a2a2139906f9a4b1
Author: Colin Walters <walters verbum org>
Date: Sat Feb 23 05:59:07 2013 -0500
doctool: Switch default language to C
https://bugzilla.gnome.org/show_bug.cgi?id=694593
giscanner/docmain.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/docmain.py b/giscanner/docmain.py
index fc78ed6..afd509f 100644
--- a/giscanner/docmain.py
+++ b/giscanner/docmain.py
@@ -32,7 +32,7 @@ def doc_main(args):
help="Directory to write output to")
parser.add_option("-l", "--language",
action="store", dest="language",
- default="Python",
+ default="c",
help="Output language")
parser.add_option("", "--add-include-path",
action="append", dest="include_paths", default=[],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]