Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gatherheaderdoc(1) [opendarwin man page]

GATHERHEADERDOC(1)					    BSD General Commands Manual 					GATHERHEADERDOC(1)

NAME
gatherheaderdoc -- header documentation processor SYNOPSIS
gatherheaderdoc directory DESCRIPTION
Gatherheaderdoc processes the headerdoc output in directory and creates an index page that links to each header's documentation. FILES
/$HOME/Library/Preferences/com.apple.headerDoc2HTML.config SEE ALSO
headerdoc2html(1) For more information, see the headerdoc documentation. It can be found in /Developer/Documentation/DeveloperTools if you have the developer tools package installed, or at http://developer.apple.com in the developer tools documentation section. Darwin June 13, 2003 Darwin

Check Out this Related Man Page

HEADERDOC2HTML(1)					    BSD General Commands Manual 					 HEADERDOC2HTML(1)

NAME
headerdoc2html -- header documentation processor SYNOPSIS
headerdoc2html [-HXdhquvx] [-o output_dir] file [file ...] DESCRIPTION
Headerdoc2html processes the header file or files and generates HTML documentation based on specially-formatted comments. The options are as follows: -H The -H option turns on inclusion of the htmlHeader line, as specified in the config file. -X The -X option switches from HTML to XML output -d The -d option turns on extra debugging output. -h The -h option causes headerdoc to output an XML file containing metadata about the resulting document. -p The -p option turns on the C preprocessor. -q The -q option causes headerdoc to be excessively quiet. -u The -u option causes headerdoc to produce unsorted output. -v The -v option causes headerdoc to print version information. -x The -x option causes headerdoc to export fils in a format suitable for inclusion in a database. If no options are specified, headerdoc will produce directories containing its standard HTML output. FILES
/$HOME/Library/Preferences/com.apple.headerDoc2HTML.config SEE ALSO
gatherheaderdoc(1) For more information, see the headerdoc documentation. It can be found in /Developer/Documentation/DeveloperTools if you have the developer tools package installed, or at http://developer.apple.com in the developer tools documentation section. Darwin June 13, 2003 Darwin
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies