C Cross Referencing & Documentation tool. Version 1.5.
Writes the HTML output.
#define HTML_FILE ".html"
#define HTML_FILE_BACKUP ".html~"
The file extension to use for the output source files.
#define HTML_SRC_FILE ".src.html"
The name of the output tex file that contains the appendix.
#define HTML_APDX ".apdx"
A macro to determine the HTML version we should produce.
extern int option_verbatim_comments
Defined in: | cxref.c |
option_html
The type of HTML output to produce.
Defined in: | cxref.c |
option_odir
The name of the directory for the output.
Defined in: | cxref.c |
option_name
The base name of the file for the output.
Defined in: | cxref.c |
Used in: | WriteHTMLFile() |
WriteHTMLFilePart() | |
WriteHTMLFunction() | |
WriteHTMLInclude() | |
WriteHTMLSubInclude() | |
WriteHTMLVariable() |
of
The output file for the HTML.
filename
The name of the file.
Used in: | WriteHTMLDefine() |
WriteHTMLFile() | |
WriteHTMLFunction() | |
WriteHTMLTypedef() | |
WriteHTMLVariable() |
void WriteHTMLAppendix ( StringList files, StringList2 funcs, StringList2 vars, StringList2 types )
Prototyped in: | cxref.h | |
Calls: | ConcatStrings() | memory.c |
WriteHTMLDocument() | html.c | |
WriteHTMLPostamble() | html.c | |
WriteHTMLPreamble() | html.c | |
html() | html.c | |
exit(), fclose(), fopen(), fprintf(), strncmp() | ||
Called by: | main() | cxref.c |
References Variables: | of | html.c |
option_name | cxref.c | |
option_odir | cxref.c |
void WriteHTMLFile ( File file )
Prototyped in: | cxref.h | |
Calls: | ConcatStrings() | memory.c |
WriteHTMLDefine() | html.c | |
WriteHTMLDocument() | html.c | |
WriteHTMLFilePart() | html.c | |
WriteHTMLFunction() | html.c | |
WriteHTMLInclude() | html.c | |
WriteHTMLPostamble() | html.c | |
WriteHTMLPreamble() | html.c | |
WriteHTMLSource() | html.c | |
WriteHTMLTypedef() | html.c | |
WriteHTMLVariable() | html.c | |
html() | html.c | |
exit(), fclose(), fopen(), fprintf(), mkdir(), stat(), strlen() | ||
Called by: | main() | cxref.c |
References Variables: | filename | html.c |
goback | html.c | |
of | html.c | |
option_html | cxref.c | |
option_name | cxref.c | |
option_odir | cxref.c |
void WriteHTMLFileDelete ( char* name )
Prototyped in: | cxref.h | |
Calls: | ConcatStrings() | memory.c |
fclose(), fgets(), fopen(), fprintf(), fputs(), rename(), strcmp(), strlen(), strncmp(), unlink() | ||
Called by: | main() | cxref.c |
References Variables: | option_name | cxref.c |
option_odir | cxref.c |
void WriteHTMLSource ( char* name )
Prototyped in: | html.c | |
Calls: | ConcatStrings() | memory.c |
WriteHTMLPostamble() | html.c | |
WriteHTMLPreamble() | html.c | |
html() | html.c | |
exit(), fclose(), fgets(), fopen(), fprintf(), fputs(), strcpy() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | option_odir | cxref.c |
static void WriteHTMLDefine ( Define def )
Prototyped in: | html.c | |
Calls: | html() | html.c |
fprintf() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | filename | html.c |
of | html.c | |
option_html | cxref.c |
static void WriteHTMLDocument ( char* name, int appendix )
Prototyped in: | html.c | |
Calls: | ConcatStrings() | memory.c |
WriteHTMLPostamble() | html.c | |
WriteHTMLPreamble() | html.c | |
exit(), fclose(), fgets(), fopen(), fprintf(), fputs(), rename(), strcmp(), strlen(), strncmp(), unlink() | ||
Called by: | WriteHTMLAppendix() | html.c |
WriteHTMLFile() | html.c | |
References Variables: | option_name | cxref.c |
option_odir | cxref.c |
static void WriteHTMLFilePart ( File file )
Prototyped in: | html.c | |
Calls: | html() | html.c |
fprintf(), strstr() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | goback | html.c |
of | html.c | |
option_html | cxref.c | |
option_verbatim_comments | cxref.c |
static void WriteHTMLFunction ( Function func )
Prototyped in: | html.c | |
Calls: | html() | html.c |
fprintf(), strcmp(), strncmp(), strstr() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | filename | html.c |
goback | html.c | |
of | html.c | |
option_html | cxref.c | |
option_verbatim_comments | cxref.c |
static void WriteHTMLInclude ( Include inc )
Prototyped in: | html.c | |
Calls: | WriteHTMLSubInclude() | html.c |
html() | html.c | |
fprintf() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | goback | html.c |
of | html.c |
static void WriteHTMLPostamble ( FILE* f, int sourcefile )
Prototyped in: | html.c | |
Calls: | fputs() | |
Called by: | WriteHTMLAppendix() | html.c |
WriteHTMLDocument() | html.c | |
WriteHTMLFile() | html.c | |
WriteHTMLSource() | html.c |
static void WriteHTMLPreamble ( FILE* f, char* title, int sourcefile )
Prototyped in: | html.c | |
Calls: | fputs() | |
Called by: | WriteHTMLAppendix() | html.c |
WriteHTMLDocument() | html.c | |
WriteHTMLFile() | html.c | |
WriteHTMLSource() | html.c | |
References Variables: | option_html | cxref.c |
static void WriteHTMLStructUnion ( StructUnion su, int depth )
Prototyped in: | html.c | |
Calls: | WriteHTMLStructUnion() | html.c |
html() | html.c | |
fprintf(), strstr() | ||
Called by: | WriteHTMLStructUnion() | html.c |
WriteHTMLTypedef() | html.c | |
References Variables: | of | html.c |
option_html | cxref.c |
static void WriteHTMLSubInclude ( Include inc, int depth )
Prototyped in: | html.c | |
Calls: | WriteHTMLSubInclude() | html.c |
html() | html.c | |
fprintf() | ||
Called by: | WriteHTMLInclude() | html.c |
WriteHTMLSubInclude() | html.c | |
References Variables: | goback | html.c |
of | html.c |
static void WriteHTMLTypedef ( Typedef type )
Prototyped in: | html.c | |
Calls: | WriteHTMLStructUnion() | html.c |
html() | html.c | |
fprintf(), strncmp() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | filename | html.c |
of | html.c | |
option_html | cxref.c |
static void WriteHTMLVariable ( Variable var )
Prototyped in: | html.c | |
Calls: | html() | html.c |
fprintf() | ||
Called by: | WriteHTMLFile() | html.c |
References Variables: | filename | html.c |
goback | html.c | |
of | html.c | |
option_html | cxref.c |