Added options to make Robodoc more customizable.
[robodoc.git] / Source / globals.c
index 9edb766b0d774935b667ef3d9e1c3b55b7c92cd9..53ed7a3423386d477c98682f24f34260751d88e0 100644 (file)
@@ -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. */