Initialize Tizen 2.3
[framework/appfw/aul-1.git] / include / pg-doxy / tool / man / man1 / doxytag.1
1 .TH DOXYTAG "1" "July 2010" "doxytag 1.7.0" "User Commands"
2 .SH NAME
3 doxytag \- generates a tag file and/or a search index for a set of HTML files
4 .SH SYNOPSIS
5 .B doxytag
6 [\fI-t tag_file\fR] [\fI-s index_file\fR] [ \fIhtml_file \fR[\fIhtml_file\fR...] ]
7 .SH DESCRIPTION
8 Generates a tag file and/or a search index for a set of HTML files.  Use
9 doxysearch as a CGI program to search the tag file generated by doxytag.
10 .SH OPTIONS
11 .TP
12 \fB\-t\fR <tag_file>
13 Generate tag file <tag_file>.
14 .TP
15 \fB\-s\fR <index_file>
16 Generate search index <index_file>.
17 .PP
18 If no HTML files are given all files in the current dir that
19 have a .html extension are parsed.
20 .SH SEE ALSO
21 doxygen(1), doxywizard(1).