valadoc(1) Vala Documentation Tool

SYNOPSIS

valadoc [OPTION]... FILE...

DESCRIPTION

Valadoc is a documentation generator for generating API documentation from Vala source code based on libvala.

OPTIONS

--help
-o, --directory=DIRECTORY
Output directory
-b, --basedir=DIRECTORY
Base source directory
-D, --define=SYMBOL
Define SYMBOL
--profile=PROFILE
Use the given profile instead of the default
--enable-experimental
Enable experimental features
--enable-experimental-non-null
Enable experimental enhancements for non-null types
--metadatadir=DIRECTORY
Look for GIR .metadata files in DIRECTORY
--girdir=DIRECTORY
Look for .gir files in DIRECTORY
--vapidir=DIRECTORY
Look for package bindings in DIRECTORY
--pkg=PACKAGE
Include binding for PACKAGE
--driver
Name of an driver or path to a custom driver
--importdir=DIRECTORY
Look for external documentation in DIRECTORY
--import=PACKAGE
Include binding for PACKAGE
--wiki=DIRECTORY
Wiki directory
--deps
Adds packages to the documentation
--doclet=PLUGIN
Name of an included doclet or path to custom doclet
-X, --doclet-arg=ARG
Pass arguments to the doclet
--no-protected
Removes protected elements from documentation
--internal
Adds internal elements to documentation
--private
Adds private elements to documentation
--package-name=NAME
Package name
--package-version=VERSION
Package version
--gir=NAME-VERSION.gir
GObject-Introspection repository file name
--version
Display version number
--force
Force
--verbose
Show all warnings
--target-glib=MAJOR.MINOR
Target version of glib for code generation

HOMEPAGE AND BUG REPORT

http://live.gnome.org/Valadoc

AUTHORS

Florian Brosch

Man page written to conform with Debian by Evan Nemerson.