Added options to make Robodoc more customizable.
[robodoc.git] / Source / globals.h
index c86e17b066a0db0da5fa291998f8f4470341182a..b5de74a7af206b20027a6709c9a1b903e0ef3a9a 100644 (file)
@@ -57,8 +57,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // Default document title
 #define DEFAULT_DOCTITILE   "API Reference"
 
 // Default document title
 #define DEFAULT_DOCTITILE   "API Reference"
 
-// Document title
+// Document title, header and footer
 extern char        *document_title;
 extern char        *document_title;
+extern char        *document_header;
+extern char        *document_footer;
 
 extern char        *source_file;        /* DCD */
 
 
 extern char        *source_file;        /* DCD */