docs
Get the file name from a file. ie. "example.c" returns "example"
char* get_base_file_name(char* str) !
Joins two strings together in a new string. Result must be FREEd by calling function.
char* join_strs(char* str1, char* str2) A
Create a HTML file
FILE* create_html_file(char* file_name) yle="color: q
Open a source file
FILE* open_source_file(char* file_name)
Remove the new line character at the end of str.
char* strip_new_line(char *str) #C695C6
Remove the new line character at the end of str.
char* strip_open_bracket(char *str) qC6
Remove the document comments delimiters from the start end of str.
char* strip_doc_tokens(char *str) leqC6
Remove the document comments delimiters from the start end of str. Result must be FREEd by calling function.
char *set_color_html_text(char *str, char* color) 69!q
Replace text, text1, in a string, str, with other text, text2. Result must be FREEd by calling function.
char* replace_all_occurences(char* str, char* text1, char* text2) ylq
Sets code highlighting to line.
char* set_code_highlighting(char* line) ,
Generates HTML documentation from a header file
int main(int argc, char **argv) an>q