[vala] Update man page
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] Update man page
- Date: Fri, 3 Apr 2009 03:43:47 -0400 (EDT)
commit 62f5dc1b5b664d34cd32c4cbc3e35d61b8466831
Author: Jürg Billeter <j bitron ch>
Date: Fri Apr 3 09:43:09 2009 +0200
Update man page
---
doc/valac.1 | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 50 insertions(+), 7 deletions(-)
diff --git a/doc/valac.1 b/doc/valac.1
index 14e4d20..f1ee93b 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -13,8 +13,7 @@ compared to applications and libraries written in C.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
-source code. It's also planned to generate GIDL files when
-gobject-introspection is ready.
+source code.
.SH OPTIONS
.TP
.B \--help
@@ -34,13 +33,57 @@ Output directory
.TP
.B \--version
Display version number
+.TP
+.B \-C, --ccode
+Output C code
+.TP
+.B \-H, --header=FILE
+Output C header file
+.TP
+.B \-c, --compile
+Compile but do not link
+.TP
+.B \-o, --output=FILE
+Place output in file FILE
+.TP
+.B \-g, --debug
+Produce debug information
+.TP
+.B \--thread
+Enable multithreading support
+.TP
+.B \-D, --define=SYMBOL...
+Define SYMBOL
+.TP
+.B \--disable-assert
+Disable assertions
+.TP
+.B \--enable-checking
+Enable additional run-time checks
+.TP
+.B \--enable-deprecated
+Enable deprecated features
+.TP
+.B \--enable-experimental
+Enable experimental features
+.TP
+.B \--cc=COMMAND
+Use COMMAND as C compiler command
+.TP
+.B \-X, --Xcc=OPTION...
+Pass OPTION to the C compiler
+.TP
+.B \-q, --quiet
+Do not print messages to the console
+.TP
+.B \--target-glib=MAJOR.MINOR
+Target version of glib for code generation
.SH FEATURES
-Interfaces, Properties, Signals, Foreach, Lambda expressions, Type
-inference for local variables, Assisted memory management
-.SH PLANNED OR PARTIAL
-Generics, Non-null types, Exception handling
+Interfaces, properties, signals, foreach, lambda expressions, type
+inference for local variables, generics, non-null types, assisted memory
+management, exception handling
.SH HOMEPAGE AND BUG REPORT
-http://live.gnome.org/Vala
+http://www.vala-project.org/
.SH AUTHORS
Jurg Billeter, Raffaele Sandrini.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]