X-Git-Url: http://git.silcnet.org/gitweb/?p=robodoc.git;a=blobdiff_plain;f=Source%2Fglobals.c;fp=Source%2Fglobals.c;h=53ed7a3423386d477c98682f24f34260751d88e0;hp=9edb766b0d774935b667ef3d9e1c3b55b7c92cd9;hb=817a506dd9f4992af539609c8a7d90a5c582c4cc;hpb=813ffbb077c8f96dc1f8cc69d78c78fb807bdad9 diff --git a/Source/globals.c b/Source/globals.c index 9edb766..53ed7a3 100644 --- a/Source/globals.c +++ b/Source/globals.c @@ -49,7 +49,7 @@ char *current_file = 0; /****v* Globals/document_title * NAME - * documentat_title -- title for the documentation. + * document_title -- title for the documentation. * PURPOSE * Used as the title for master index files or for latex documentation. * SOURCE @@ -60,6 +60,32 @@ char *document_title = NULL; /******/ +/****v* Globals/document_header + * NAME + * document_header -- Header for the documentation. + * PURPOSE + * Used as the header of generated files + * SOURCE + */ + +char *document_header = NULL; + +/******/ + + +/****v* Globals/document_footer + * NAME + * document_footer -- Footer for the documentation. + * PURPOSE + * Used as the footer of generated files + * SOURCE + */ + +char *document_footer = NULL; + +/******/ + + /****v* Globals/output_mode [2.0] * NAME * output_mode -- the mode of output @@ -152,7 +178,7 @@ int line_number = 0; /*******/ /* - * Global variables + * Global variables */ /* TODO Document these. */