added new style for doxygen documentation
This commit is contained in:
parent
bde9919483
commit
5679f6bad2
16 changed files with 1034 additions and 14 deletions
64
doc/head.html
Normal file
64
doc/head.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>$title</title>
|
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
||||
<meta name="author" content="Andreas Volz" >
|
||||
|
||||
<link rel="icon" href="img/favicon.png" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
|
||||
<link rel="icon" href="img/favicon.png" type="image/ico">
|
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/ico">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="dbus-c++.css">
|
||||
<link rel="stylesheet" type="text/css" href="dbus-c++-doxy.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="header">
|
||||
<div class="layout">
|
||||
|
||||
<h1><span>DBus-C++</span></h1>
|
||||
<h2><span>Desktop Communication Bus System</span></h2>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%"><tr>
|
||||
<td id="header_logo">
|
||||
<a href="http://dbus-cplusplus.sourceforge.net/index.html"></a>
|
||||
</td>
|
||||
<td id="header_menu">
|
||||
<table cellspacing="0" cellpadding="0" align="right"><tr>
|
||||
<td class="nav_passive"><a class="nav_passive" href="https://sourceforge.net/projects/dbus-cplusplus/">Summary</a></td>
|
||||
<td class="nav_passive"><a class="nav_passive" href="https://sourceforge.net/projects/dbus-cplusplus/files/">Download</a></td>
|
||||
<td class="nav_passive"><a class="nav_passive" href="https://sourceforge.net/tracker/?group_id=236997">Tracker</a></td>
|
||||
<td class="nav_passive"><a class="nav_passive" href="https://sourceforge.net/mail/?group_id=236997">Mailing Lists</a></td>
|
||||
<td class="nav_passive"><a class="nav_passive" href="https://sourceforge.net/apps/mediawiki/dbus-cplusplus/">Wiki</a></td>
|
||||
</tr></table>
|
||||
</td>
|
||||
<td id="header_last"></td>
|
||||
</tr></table>
|
||||
|
||||
<div class="doxytitle">
|
||||
$projectname Documentation <small>$projectnumber</small>
|
||||
</div>
|
||||
|
||||
<div class="menu-container">
|
||||
<div class="submenu">
|
||||
<ul class="current">
|
||||
<li><a href="files.html">Files</a></li>
|
||||
<li><a href="annotated.html">Data Structures</a></li>
|
||||
<li><a href="globals.html">Globals</a></li>
|
||||
<li><a href="pages.html">Related Pages</a></li>
|
||||
<li class="current"><a href="index.html">Main Page</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div class="layout">
|
Loading…
Add table
Add a link
Reference in a new issue