Web
This Site
Unix for Beginners
Unix - Home
Unix - Getting Started
Unix - File Management
Unix - Directories
Unix - File Permission
Unix - Environment
Unix - Basic Utilities
Unix - Pipes & Filters
Unix - Processes
Unix - Communication
Unix - The vi Editor
Unix Shell Programming
Unix - What is Shell?
Unix - Using Variables
Unix - Special Variables
Unix - Using Arrays
Unix - Basic Operators
Unix - Decision Making
Unix - Shell Loops
Unix - Loop Control
Unix - Shell Substitutions
Unix - Quoting Mechanisms
Unix - IO Redirections
Unix - Shell Functions
Unix - Manpage Help
Advanced Unix
Unix - Regular Expressions
Unix - File System Basics
Unix - User Administration
Unix - System Performance
Unix - System Logging
Unix - Signals and Traps
Unix Useful References
Unix - Useful Commands
Unix - Quick Guide
Unix - Builtin Functions
Unix - System Calls
Unix - Commands List
Unix Useful Resources
Unix Useful Resources
Selected Reading
Computer Glossary
Who is Who
© 2013 TutorialsPoint.COM
Home
References
Discussion Forums
About TP
doxytag - Unix, Linux Command
Advertisements
NAME
doxytag - generates a tag file and/or a search index for a set of HTML files
SYNOPSIS
doxytag
[
-t tag_file
] [
-s index_file
] [
html_file
[
html_file
...] ]
DESCRIPTION
Generates a tag file and/or a search index for a set of HTML files. Use doxysearch as a CGI program to search the tag file generated by doxytag.
OPTIONS
Tag
Description
-t
<tag_file>
Generate tag file <tag_file>.
-s
<index_file> Generate search index <index_file>.
If no HTML files are given all files in the current dir that have a .html extension are parsed.
SEE ALSO
Advertisements
Advertisements