Improved the API documentation stylesheet

This commit is contained in:
Laurent Gomila 2013-01-30 21:35:34 +01:00
parent 7be3f3af82
commit f3d2129f9f
7 changed files with 1300 additions and 697 deletions

View File

@ -42,8 +42,6 @@ configure_file(${DOXYGEN_INPUT_DIR}/doc/doxyfile.in ${DOXYGEN_CONFIGURED_INPUT}
# copy the files needed by the documentation # copy the files needed by the documentation
configure_file(${DOXYGEN_INPUT_DIR}/doc/doxygen.css ${DOXYGEN_OUTPUT_DIR}/html/doxygen.css COPYONLY) configure_file(${DOXYGEN_INPUT_DIR}/doc/doxygen.css ${DOXYGEN_OUTPUT_DIR}/html/doxygen.css COPYONLY)
configure_file(${DOXYGEN_INPUT_DIR}/doc/logo.jpg ${DOXYGEN_OUTPUT_DIR}/html/logo.jpg COPYONLY)
configure_file(${DOXYGEN_INPUT_DIR}/doc/logo-bg.jpg ${DOXYGEN_OUTPUT_DIR}/html/logo-bg.jpg COPYONLY)
# target setup # target setup
add_custom_target(doc ALL add_custom_target(doc ALL

View File

@ -1274,7 +1274,11 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator # undefined via #undef or recursively expanded use the := operator
# instead of the = operator. # instead of the = operator.
PREDEFINED = PREDEFINED = SFML_SYSTEM_API \
SFML_NETWORK_API \
SFML_WINDOW_API \
SFML_AUDIO_API \
SFML_GRAPHICS_API
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded. # this tag can be used to specify a list of macro names that should be expanded.

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,9 @@
</div>
<p id="footer"> <div id="footer-container">
&nbsp;::&nbsp; Copyright &copy; 2007-2008 Laurent Gomila, all rights reserved &nbsp;::&nbsp; <div id="footer">
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen 1.5.2</a> &nbsp;::&nbsp; Copyright © Laurent Gomila &nbsp;::&nbsp;
</p> Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp;
</div>
</div>
</body> </body>
</html> </html>

View File

@ -1,12 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>SFML - Simple and Fast Multimedia Library</title> <title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" /> <!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link href="tabs.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
</head> </head>
<body> <body>
<div id="logo"> <div id="banner-container">
<img src="./logo.jpg" width="770" height="200" title="SFML home" alt="SFML logo" /> <div id="banner">
<span id="sfml">SFML</span>
</div>
</div> </div>
<div id="content">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB