Hosted by the courtesy of GitHub |
The stars ASAP
Durée du voyage intersidéral Résolutions de l'ONU en HTML Bussard Ramjet |
DWARF : dwarf2xml
ELF : libelf examples Code presentation : ctoohtml |
GNU ORG |
ctoohtml |
machinman
|
ctoohtml − convert c to html |
ctoohtml [options] [--] [file(s)] |
The ctoohtml program generate HTML documents from a set of source and header files. Each file of the source set is parsed to extract key definitions to provide HTML links where there are used. In addition, ctoohtml generates an file index page, a lists of all definitions a list of definitions sorted by sources files and a list of all definitions usage in source. Note that definitions in code source have links to this latter list. ctoohtml also colourize C keywords and well known standard library functions, types and macros call. It is possible to customize the result trought command line option that allow to change titles and insert HTML in page header, top and bottom. |
Most of options have default value and thus ctoohtml will give a nice result without option at all. Most options may appear anywhere on the command line, affecting only those files which follow the option. A few options, however, must appear before the first file name and will be noted as such. Special option "−−" can be used if file can start with "−". |
−V, −−version |
Print version. |
−h, −−help |
print short help. |
−e path |
url encode path and exit (helper). |
−v digit |
gives verbose debug on and on. |
−d directory |
destination directory for HTML files (default "./html"). |
−U link title |
Change the up link title (default "Home"). |
−u url |
to up link URL (default ".."). |
−I link title |
file index link title (default "File Index"). |
−i url |
file index name (default "index.html"). |
−A link title |
title for list of all tags (default "All Tags"). |
−F link title |
title for list of tags sorted by files (default "Tags by File"). |
−R link title |
title for list of tags usage (default "Tags referrers"). |
−P page title |
Title for header title markup (default "Project title"). |
−O Author |
Author for page header meta-content Author field (default void). |
−D text |
text for meta-content description field (default "Project Description"). |
−H html |
HTML inserted in html header (default void). |
−T html |
HTML inserted at top oeach pages (default void). |
−B html |
HTML inserted at bottom oeach pages (default void). |
−− |
next arguments are files. |
The official web site at: |
http://machinman.net/code/ctoohtml |
Also ctags(1), doxygen(1), doc++. |
Emmanuel Azencot <webmaster at machinman dot
net> |
This version of ctoohtml was originally derived from and inspired by the ctoohtml program by Andrew H. Fagg. Thanks to ctags (http://ctags.sourceforge.net/ctags.html) for providing accurate definition list. |
Hosted by the courtesy of GitHub |
The stars ASAP
Durée du voyage intersidéral Résolutions de l'ONU en HTML Bussard Ramjet |
DWARF : dwarf2xml
ELF : libelf examples Code presentation : ctoohtml |