git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

docs/config/github-markdown-theme/doxygen_header.html

      1 <!-- HTML header for doxygen 1.8.14-->
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 <head>
      5 <meta http-equiv="cache-control" content="max-age=86400"/>
      6 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
      7 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
      8 <meta name="generator" content="Doxygen $doxygenversion"/>
      9 <meta name="viewport" content="width=device-width, initial-scale=1"/>
     10 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
     11 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
     12 <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
     13 <script type="text/javascript" src="$relpath^jquery.js"></script>
     14 <script type="text/javascript" src="$relpath^dynsections.js"></script>
     15 $treeview
     16 $search
     17 $mathjax
     18 <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
     19 $extrastylesheet
     20 </head>
     21 <body>
     22 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
     23 
     24 <!--BEGIN TITLEAREA-->
     25 <div id="titlearea">
     26 <table cellspacing="0" cellpadding="0">
     27  <tbody>
     28  <tr style="height: 56px;">
     29   <!--BEGIN PROJECT_LOGO-->
     30   <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
     31   <!--END PROJECT_LOGO-->
     32   <!--BEGIN PROJECT_NAME-->
     33   <td id="projectalign" style="padding-left: 0.5em;">
     34    <div id="projectname">$projectname
     35    <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
     36    </div>
     37    <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
     38   </td>
     39   <!--END PROJECT_NAME-->
     40   <!--BEGIN !PROJECT_NAME-->
     41    <!--BEGIN PROJECT_BRIEF-->
     42     <td style="padding-left: 0.5em;">
     43     <div id="projectbrief">$projectbrief</div>
     44     </td>
     45    <!--END PROJECT_BRIEF-->
     46   <!--END !PROJECT_NAME-->
     47   <!--BEGIN DISABLE_INDEX-->
     48    <!--BEGIN SEARCHENGINE-->
     49    <td>$searchbox</td>
     50    <!--END SEARCHENGINE-->
     51   <!--END DISABLE_INDEX-->
     52  </tr>
     53  </tbody>
     54 </table>
     55 </div>
     56 <!--END TITLEAREA-->
     57 <!-- end header part -->
     58 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.