Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

valadoc(1) [debian man page]

valadoc(1)							      Valadoc								valadoc(1)

NAME
valadoc - 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 -b, --basedir=DIRECTORY Base source directory -D, --define=SYMBOL Define SYMBOL --enable-checking Enable additional run-time checks --enable-deprecated Enable deprecated features --enable-experimental Enable experimental features --enable-experimental-non-null Enable experimental enhancements for non-null types --disable-dbus-transformation Disable transformation of D-Bus member names --vapidir=DIRECTORY Look for package bindings in DIRECTORY --docudir=DIRECTORY Look for external documentation in DIRECTORY --profile=PROFILE Use the given profile instead of the default --pkg=PACKAGE Include binding for PACKAGE -o, --directory=DIRECTORY Output directory --wiki=DIRECTORY Wiki directory --deps Adds packages to the documentation -X, --doclet-arg=ARG Pass arguments to the doclet --doclet=PLUGIN Name of an included doclet or path to custom 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 --force Force --verbose Show all warnings HOMEPAGE AND BUG REPORT
http://live.gnome.org/Valadoc AUTHORS
Florian Brosch Man page written to conform with Debian by Evan Nemerson. valadoc-0.2 26 April 2010 valadoc(1)

Check Out this Related Man Page

SHIBOKEN(1)							   User Commands						       SHIBOKEN(1)

NAME
shiboken - CPython bindings generator for C++ libraries DESCRIPTION
Usage: shiboken [options] header-file typesystem-file General options: --debug-level=[sparse|medium|full] Set the debug level --documentation-only Do not generates any code, just the documentation --generatorSet generatorSet to be used. e.g. qtdoc --help Display this help and exit --include-paths=<path>[:<path>:...] Include paths used by the C++ parser --license-file=[licensefile] File used for copyright headers of generated files --no-suppress-warnings Show all warnings --output-directory=[dir] The directory where the generated files will be written --silent Avoid printing any message --typesystem-paths=<path>[:<path>:...] Paths used when searching for typesystems --version Output version information and exit Shiboken options: --disable-verbose-error-messages Disable verbose error messages. Turn the python code hard to debug but safe few kB on the generated bindings. --enable-parent-ctor-heuristic Enable heuristics to detect parent relationship on constructors. --enable-pyside-extensions Enable PySide extensions, such as support for signal/slots, use this if you are creating a binding for a Qt-based library. --enable-return-value-heuristic Enable heuristics to detect parent relationship on return values (USE WITH CAUTION!) Shiboken options: --disable-verbose-error-messages Disable verbose error messages. Turn the python code hard to debug but safe few kB on the generated bindings. --enable-parent-ctor-heuristic Enable heuristics to detect parent relationship on constructors. --enable-pyside-extensions Enable PySide extensions, such as support for signal/slots, use this if you are creating a binding for a Qt-based library. --enable-return-value-heuristic Enable heuristics to detect parent relationship on return values (USE WITH CAUTION!) COPYRIGHT
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies) AUTHOR
This manpage was written for Debian, starting with a help2man output, by Didier Raboud <didier@raboud.com>, on the 26. March 2010. shiboken v0.2.0 March 2010 SHIBOKEN(1)
Man Page