From: Jürg Billeter Date: Fri, 3 Apr 2009 07:43:09 +0000 (+0200) Subject: Update man page X-Git-Tag: 0.6.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2f2afb1efb869b7abfc6d560af7cc72e2be87e;p=thirdparty%2Fvala.git Update man page --- diff --git a/doc/valac.1 b/doc/valac.1 index 14e4d20e9..a6b7c0269 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,51 @@ Output directory .TP .B \--version Display version number +.TP +.B \-C, --ccode +Output C code +.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 \--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.