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:
parent
0ed0f5cb35
commit
38e1208a75
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user