Ajout de deux-trois trucs à Doxygen
This commit is contained in:
parent
e4cbeabf0d
commit
2b0a2da7ee
|
@ -4,7 +4,7 @@
|
|||
<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 1.8.6"/>
|
||||
<title>PonyTracker: Main Page</title>
|
||||
<title>PonyTracker: Page principale</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectlogo"><img alt="Logo" src="PonyTracker.png"/></td>
|
||||
<td id="projectlogo"><img alt="Logo" src="vinyl.png"/></td>
|
||||
<td style="padding-left: 0.5em;">
|
||||
<div id="projectname">PonyTracker
|
||||
</div>
|
||||
|
@ -39,13 +39,13 @@
|
|||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.8.6 -->
|
||||
<!-- Généré par Doxygen 1.8.6 -->
|
||||
<script type="text/javascript">
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
var searchBox = new SearchBox("searchBox", "search",false,'Recherche');
|
||||
</script>
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li class="current"><a href="index.html"><span>Page principale</span></a></li>
|
||||
<li>
|
||||
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||
<span class="left">
|
||||
|
@ -53,7 +53,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||
alt=""/>
|
||||
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||
<input type="text" id="MSearchField" value="Recherche" accesskey="S"
|
||||
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||
|
@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree('index.html','');});
|
|||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Tue Mar 11 2014 18:07:02 for PonyTracker by
|
||||
<li class="footer">Généré le Mardi 11 Mars 2014 18:28:42 pour PonyTracker par
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
|
||||
</ul>
|
||||
|
|
|
@ -8,8 +8,8 @@ var NAVTREEINDEX =
|
|||
"index.html"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||
var SYNCOFFMSG = 'click to enable panel synchronisation';
|
||||
var SYNCONMSG = 'cliquez pour désactiver la synchronisation du panel';
|
||||
var SYNCOFFMSG = 'cliquez pour activer la synchronisation du panel';
|
||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||
var SYNCOFFMSG = 'click to enable panel synchronisation';
|
||||
var navTreeSubIndices = new Array();
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
<body class="SRPage">
|
||||
<div id="SRIndex">
|
||||
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||
<div class="SRStatus" id="NoMatches">Aucune correspondance</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -11,6 +11,9 @@
|
|||
\usepackage{textcomp}
|
||||
\usepackage[table]{xcolor}
|
||||
|
||||
% NLS support packages
|
||||
\usepackage[french]{babel}
|
||||
|
||||
% Font selection
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{mathptmx}
|
||||
|
@ -67,8 +70,8 @@
|
|||
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
|
||||
\fancyfoot[LE]{\fancyplain{}{}}
|
||||
\fancyfoot[CE]{\fancyplain{}{}}
|
||||
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Tue Mar 11 2014 18\-:07\-:02 for Pony\-Tracker by Doxygen }}
|
||||
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Tue Mar 11 2014 18\-:07\-:02 for Pony\-Tracker by Doxygen }}
|
||||
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Généré le Mardi 11 Mars 2014 18\-:28\-:42 pour Pony\-Tracker par Doxygen }}
|
||||
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Généré le Mardi 11 Mars 2014 18\-:28\-:42 pour Pony\-Tracker par Doxygen }}
|
||||
\fancyfoot[CO]{\fancyplain{}{}}
|
||||
\fancyfoot[RO]{\fancyplain{}{}}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
|
@ -103,9 +106,9 @@
|
|||
\begin{center}%
|
||||
{\Large Pony\-Tracker }\\
|
||||
\vspace*{1cm}
|
||||
{\large Generated by Doxygen 1.8.6}\\
|
||||
{\large Généré par Doxygen 1.8.6}\\
|
||||
\vspace*{0.5cm}
|
||||
{\small Tue Mar 11 2014 18:07:02}\\
|
||||
{\small Mardi 11 Mars 2014 18:28:42}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue