Skip to content

Commit

Permalink
Add custom HTML header with proper DOCTYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon23261 committed Dec 17, 2024
1 parent 3eed607 commit efef786
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CALLER_GRAPH = YES

HTML_DOCTYPE = <!DOCTYPE html>
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_HEADER = docs/header.html
HTML_FOOTER =
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_FILES =
Expand Down
17 changes: 17 additions & 0 deletions docs/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Doxygen $doxygenversion"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
$treeview
$search
$mathjax
$extrastylesheet
<title>$projectname: $title</title>
</head>
<body>
<div id="top">
$header
</div>

0 comments on commit efef786

Please sign in to comment.