This commit is contained in:
Jonathan Campbell 2018-02-18 02:58:36 -08:00
parent 531d8d4ae3
commit adea4fb438
7 changed files with 1808 additions and 6 deletions

1800
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -431,7 +431,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<hr class="footer"/><address class="footer"><small>
Generated on Sun Feb 18 2018 02:51:45 for DOSBox-X by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Sun Feb 18 2018 02:58:18 for DOSBox-X by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>

View File

@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<hr class="footer"/><address class="footer"><small>
Generated on Sun Feb 18 2018 02:51:45 for DOSBox-X by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Sun Feb 18 2018 02:58:18 for DOSBox-X by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>

View File

@ -90,7 +90,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<hr class="footer"/><address class="footer"><small>
Generated on Sun Feb 18 2018 02:51:45 for DOSBox-X by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Sun Feb 18 2018 02:58:18 for DOSBox-X by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>

View File

@ -40,8 +40,8 @@
\fancyhead[RO]{\fancyplain{}{\bfseries\thepage}}
\fancyfoot[LE]{\fancyplain{}{}}
\fancyfoot[CE]{\fancyplain{}{}}
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Sun Feb 18 2018 02\-:51\-:45 for D\-O\-S\-Box-\/\-X by Doxygen }}
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Sun Feb 18 2018 02\-:51\-:45 for D\-O\-S\-Box-\/\-X by Doxygen }}
\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Sun Feb 18 2018 02\-:58\-:18 for D\-O\-S\-Box-\/\-X by Doxygen }}
\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Sun Feb 18 2018 02\-:58\-:18 for D\-O\-S\-Box-\/\-X by Doxygen }}
\fancyfoot[CO]{\fancyplain{}{}}
\fancyfoot[RO]{\fancyplain{}{}}
%---------- Internal commands used in this style file ----------------

View File

@ -53,7 +53,7 @@
\vspace*{1cm}
{\large Generated by Doxygen 1.8.0}\\
\vspace*{0.5cm}
{\small Sun Feb 18 2018 02:51:45}\\
{\small Sun Feb 18 2018 02:58:18}\\
\end{center}
\end{titlepage}
\clearemptydoublepage

View File

@ -1,3 +1,5 @@
/// @brief Main DOSBox-X entry point, GFX, and Windows handling
/// @details GFX rendering/output, main entry point, emulation loop, Windows functions
/*
* Copyright (C) 2002-2013 The DOSBox Team
*