mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Initial commit after latest foundation merge
This commit is contained in:
@ -81,4 +81,4 @@ echo
|
||||
echo "Done doxygen"
|
||||
echo
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="footer">
|
||||
<p>
|
||||
Copyright © 2011-2016
|
||||
<a href="http://www.openfoam.com/about">OpenFOAM</a>
|
||||
<a href="http://www.openfoam.com">OpenFOAM</a>
|
||||
|
|
||||
OPENFOAM® is a registered
|
||||
<a href="http://www.openfoam.com/legal/trademark-policy.php">trademarks
|
||||
|
||||
@ -2,15 +2,19 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UFT-8"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title> OpenFOAM® Programmer's C++ documentation </title>
|
||||
<!-- links -->
|
||||
<link href="../OpenFOAMdocIcon.png" rel="icon" type="image/png" />
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/openfoam.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javaScript" src="search/searchdata.js"></script>
|
||||
<script type="text/javaScript" src="search/search.js"></script>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() { init_search(); });
|
||||
</script>
|
||||
|
||||
<!-- meta info -->
|
||||
<meta
|
||||
|
||||
@ -11,6 +11,11 @@ body {
|
||||
font-size: 62.5%;
|
||||
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
|
||||
|
||||
/* Using the same as the code/verbatim blocks in doxygen.css */
|
||||
code {
|
||||
font-family: "Courier New", Courier, monospace, fixed;
|
||||
}
|
||||
|
||||
p:after {
|
||||
content:".";
|
||||
display:block;
|
||||
@ -243,7 +248,7 @@ p:after {
|
||||
padding-bottom:30px;
|
||||
border-left: 3px solid rgb(175,175,175);
|
||||
border-right:3px solid rgb(175,175,175);
|
||||
background:transparent url(img/bg_main.gif) top left repeat-y;
|
||||
background:transparent;
|
||||
}
|
||||
.main img {
|
||||
clear:both;
|
||||
|
||||
@ -12,6 +12,10 @@
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
.contents ol {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* colour and underline to match OpenFOAM style */
|
||||
div.title
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user