[valadoc] gtkdoc: rename --nohtml to --no-html
- From: Florian Brosch <flobrosch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [valadoc] gtkdoc: rename --nohtml to --no-html
- Date: Thu, 24 Feb 2011 01:32:27 +0000 (UTC)
commit 6e6422271c42f57db9e75b4bb62e66319d5fd826
Author: Florian Brosch <flo brosch gmail com>
Date: Tue Feb 15 03:16:35 2011 +0100
gtkdoc: rename --nohtml to --no-html
src/doclets/gtkdoc/doclet.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/doclets/gtkdoc/doclet.vala b/src/doclets/gtkdoc/doclet.vala
index 8891aa2..55897ac 100644
--- a/src/doclets/gtkdoc/doclet.vala
+++ b/src/doclets/gtkdoc/doclet.vala
@@ -37,7 +37,7 @@ namespace Gtkdoc.Config {
{ "ignore-headers", 'x', 0, OptionArg.FILENAME_ARRAY, ref ignore_headers, "A list of header files to not scan", "FILES" },
{ "deprecated-guards", 'd', 0, OptionArg.STRING, ref deprecated_guards, "A |-separated list of symbols used as deprecation guards", "GUARDS" },
{ "ignore-decorators", 0, 0, OptionArg.STRING, ref ignore_decorators, "A |-separated list of addition decorators in declarations that should be ignored", "DECS" },
- { "nohtml", 0, 0, OptionArg.NONE, ref nohtml, "Disable HTML generation", null },
+ { "no-html", 0, 0, OptionArg.NONE, ref nohtml, "Disable HTML generation", null },
{ null }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]