docs/user: Add $projectname to the page title.

Doxygen used to add this to $title itself, but now it doesn't, so we
have to change our template.
This commit is contained in:
Augustin Cavalier 2017-01-28 13:02:44 -05:00
parent 0ed0f5cb35
commit 38e1208a75

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF8">
<title>$title</title>
<title>$title | $projectname</title>
<link href="book.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="$relpath$jquery.js"></script>
<script type="text/javascript" src="$relpath$dynsections.js"></script>