RNV: Porting documentation on the doxygen 1.7.3

This commit is contained in:
rnv 2011-04-07 14:57:54 +00:00
parent 3a5fff6849
commit bdd9ae6c73
4 changed files with 734 additions and 337 deletions

View File

@ -149,9 +149,9 @@ HHC_LOCATION =
GENERATE_CHI = NO GENERATE_CHI = NO
BINARY_TOC = NO BINARY_TOC = NO
TOC_EXPAND = NO TOC_EXPAND = NO
DISABLE_INDEX = NO DISABLE_INDEX = YES
ENUM_VALUES_PER_LINE = 4 ENUM_VALUES_PER_LINE = 4
GENERATE_TREEVIEW = YES GENERATE_TREEVIEW = NO
TREEVIEW_WIDTH = 250 TREEVIEW_WIDTH = 250
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
@ -262,4 +262,6 @@ DOT_CLEANUP = YES
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Configuration::additions related to the search engine # Configuration::additions related to the search engine
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
SEARCHENGINE = YES SEARCHENGINE = NO

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<head> <head>
</head> </head>
<body> <body>
<div class="footer"> <div class="footer1">
<!--hr style="width: 100%; height: 2px;"--> <!--hr style="width: 100%; height: 2px;"-->
<div style="text-align: center;"> <div style="text-align: center;">
Copyright &copy; 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE<br> Copyright &copy; 2007-2010 CEA/DEN, EDF R&amp;D, OPEN CASCADE<br>

View File

@ -1,14 +1,22 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]"> <title>$title</title>
<title>$title</title> <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="$relpath$search/search.css" rel="stylesheet" type="text/css"/>
<link href="tabs.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="$relpath$search/search.js"></script>
<link href="$relpath$navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="$relpath$jquery.js"></script>
<script type="text/javascript" src="$relpath$navtree.js"></script>
<script type="text/javascript" src="$relpath$resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
</head> </head>
<body> <body onload='searchBox.OnSelectItem(0);'>
<div class="header"></div> <div id="top"><!-- do not remove this div! -->
<div align="right"><div class="version">Version: @VERSION@</div></div> <div id="titlearea"><div align="right"><div class="version">Version: @VERSION@</div></div></div>
</body>
</html> </div>