diff options
Diffstat (limited to 'contrib/doxygen/header.html')
-rw-r--r-- | contrib/doxygen/header.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/doxygen/header.html b/contrib/doxygen/header.html new file mode 100644 index 0000000000..e1afe71aee --- /dev/null +++ b/contrib/doxygen/header.html @@ -0,0 +1,36 @@ +<!-- HTML header for doxygen 1.8.6--> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen $doxygenversion"/> +<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> +<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> +<script type="text/javascript" src="$relpath^jquery.js"></script> +<script type="text/javascript" src="$relpath^dynsections.js"></script> +$treeview +$search +$mathjax +<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> +$extrastylesheet +<link href="http://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet"> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> + +<!--BEGIN TITLEAREA--> +<header class="navbar"> + <div class="container"> + <nav class="site-nav"> + <ul> + <li><a href="http://neovim.org/">Neovim Home</a></li> + </ul> + </nav> + <a href="$relpath^index.html"> + <img src="$relpath^$projectlogo" class="logo" alt="Neovim Dev-Doc"> + </a> + </div> +</header> +<!--END TITLEAREA--> +<!-- end header part --> |