[valadoc] Add man page for valadoc



commit 168515be2c5d65f12560b56d2001bda960ac2aa6
Author: Evan Nemerson <evan coeus-group com>
Date:   Tue May 4 23:11:27 2010 +0200

    Add man page for valadoc

 Makefile.am     |    1 +
 configure.in    |    1 +
 doc/Makefile.am |    3 ++
 doc/valadoc.1   |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 93 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e2bce75..ccc4f33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,4 +5,5 @@ NULL =
 
 SUBDIRS = src \
           icons \
+          doc \
           $(NULL)
diff --git a/configure.in b/configure.in
index 581ec8e..7138e02 100644
--- a/configure.in
+++ b/configure.in
@@ -61,6 +61,7 @@ AC_CONFIG_FILES([Makefile
                  src/libvaladoc/valadoc-1.0.pc
                  src/Makefile
                  icons/Makefile
+                 doc/Makefile
                  src/libvaladoc/Makefile
                  src/doclets/Makefile
                  src/doclets/htm/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..bed5d93
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,3 @@
+man_MANS = valadoc.1
+
+EXTRA_DIST = valadoc.1
diff --git a/doc/valadoc.1 b/doc/valadoc.1
new file mode 100644
index 0000000..3e7486a
--- /dev/null
+++ b/doc/valadoc.1
@@ -0,0 +1,88 @@
+.TH valadoc 1 "26 April 2010" "valadoc-0.2" "Valadoc"
+.SH NAME
+valadoc \- Vala Documentation Tool
+.SH SYNOPSIS
+.B valadoc
+[\fIOPTION\fR]... \fIFILE\fR...
+.SH DESCRIPTION
+Valadoc is a documentation generator for generating API documentation
+from Vala source code based on libvala.
+.SH OPTIONS
+.TP
+.B --help
+.TP
+.B -b, --basedir=\fIDIRECTORY\fR
+Base source directory
+.TP
+.B -D, --define=\fISYMBOL\fR
+Define SYMBOL
+.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 --enable-experimental-non-null
+Enable experimental enhancements for non-null types
+.TP
+.B --disable-dbus-transformation
+Disable transformation of D-Bus member names
+.TP
+.B --vapidir=\fIDIRECTORY\fR
+Look for package bindings in \fIDIRECTORY\fR
+.TP
+.B --docudir=\fIDIRECTORY\fR
+Look for external documentation in \fIDIRECTORY\fR
+.TP
+.B --profile=\fIPROFILE\fR
+Use the given profile instead of the default
+.TP
+.B --pkg=\fIPACKAGE\fR
+Include binding for \fIPACKAGE\fR
+.TP
+.B -o, --directory=\fIDIRECTORY\fR
+Output directory
+.TP
+.B --wiki=\fIDIRECTORY\fR
+Wiki directory
+.TP
+.B --deps
+Adds packages to the documentation
+.TP
+.B -X, --doclet-arg=\fIARG\fR
+Pass arguments to the doclet
+.TP
+.B --doclet=\fIPLUGIN\fR
+Name of an included doclet or path to custom doclet
+.TP
+.B --no-protected
+Removes protected elements from documentation
+.TP
+.B --internal
+Adds internal elements to documentation
+.TP
+.B --private
+Adds private elements to documentation
+.TP
+.B --package-name=\fINAME\fR
+Package name
+.TP
+.B --package-version=\fIVERSION\fR
+Package version
+.TP
+.B --force
+Force
+.TP
+.B --verbose
+Show all warnings
+.SH HOMEPAGE AND BUG REPORT
+http://live.gnome.org/Valadoc
+.SH AUTHORS
+Florian Brosch
+
+Man page written to conform with Debian by Evan Nemerson.
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]