mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
RNV: Porting documentation on the doxygen 1.7.3
This commit is contained in:
parent
bda9b5412a
commit
f27f0ec5d5
@ -72,6 +72,7 @@ install-data-local: usr_docs
|
|||||||
esac ; \
|
esac ; \
|
||||||
done ; \
|
done ; \
|
||||||
fi
|
fi
|
||||||
|
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -rf $(DESTDIR)$(docdir)/gui/GEOM
|
rm -rf $(DESTDIR)$(docdir)/gui/GEOM
|
||||||
|
@ -55,6 +55,7 @@ HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
|||||||
TOC_EXPAND = YES
|
TOC_EXPAND = YES
|
||||||
DISABLE_INDEX = NO
|
DISABLE_INDEX = NO
|
||||||
GENERATE_TREEVIEW = YES
|
GENERATE_TREEVIEW = YES
|
||||||
|
SEARCHENGINE = YES
|
||||||
TREEVIEW_WIDTH = 300
|
TREEVIEW_WIDTH = 300
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
@ -69,7 +70,8 @@ GENERATE_RTF = NO
|
|||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#External reference options
|
#External reference options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
TAGFILES = geompy_doc.tag=geompy_doc
|
TAGFILES = geompy_doc.tag=../GEOM/geompy_doc #rnv: 07.04.2011 Workaround for the doxygen 1.7.3:
|
||||||
|
#because it wrongly defines location of the html files for search.
|
||||||
ALLEXTERNALS = NO
|
ALLEXTERNALS = NO
|
||||||
SEARCHENGINE = YES
|
SEARCHENGINE = YES
|
||||||
|
@ -114,7 +114,7 @@ HTML_HEADER = @builddir@/static/header.html
|
|||||||
HTML_FOOTER = @srcdir@/static/footer.html
|
HTML_FOOTER = @srcdir@/static/footer.html
|
||||||
HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
||||||
TOC_EXPAND = YES
|
TOC_EXPAND = YES
|
||||||
DISABLE_INDEX = YES
|
DISABLE_INDEX = NO
|
||||||
GENERATE_TREEVIEW = NO
|
GENERATE_TREEVIEW = NO
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,12 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<li class="footer"></li>
|
||||||
<html>
|
</ul>
|
||||||
<head>
|
</div>
|
||||||
</head>
|
<div class="footer1">
|
||||||
<body>
|
<div style="text-align: center;">
|
||||||
<div class="footer">
|
Copyright © 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE<br>
|
||||||
<div style="text-align: center;">
|
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS<br>
|
||||||
Copyright © 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE<br>
|
</div>
|
||||||
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS<br>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -1,10 +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"/>
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link href="$relpath$search/search.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>
|
||||||
<div class="header"></div>
|
<body onload='searchBox.OnSelectItem(0);'>
|
||||||
<div align="right"><div class="version">Version: @VERSION@</div></div>
|
<div id="top"><!-- do not remove this div! -->
|
||||||
|
<div id="titlearea"><div align="right"><div class="version">Version: @VERSION@</div></div></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -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 © 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE<br>
|
Copyright © 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE<br>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user