From b4b331fa2399d1e4bb13629f51cdb20a4a297cfc Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 21 Feb 2011 19:25:46 +0000 Subject: Add a custom html header containing the Google site verification code --- project2/Doxyfile | 2 +- project2/docs/header.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 project2/docs/header.html diff --git a/project2/Doxyfile b/project2/Doxyfile index 2142e66..a7a2386 100644 --- a/project2/Doxyfile +++ b/project2/Doxyfile @@ -797,7 +797,7 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = +HTML_HEADER = docs/header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a diff --git a/project2/docs/header.html b/project2/docs/header.html new file mode 100644 index 0000000..e5fee9e --- /dev/null +++ b/project2/docs/header.html @@ -0,0 +1,13 @@ + + + + +$title + + + + + + + +
-- cgit v1.2.3