documentation update

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@350 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2005-01-05 01:02:08 +00:00
parent b9b78fe983
commit 28d1bcd4bf
3 changed files with 141 additions and 28 deletions

View File

@ -1,4 +1,4 @@
See doc/README.html for more information. See doc/index.html for more information.
If you downloaded the tarball from the GLEW website, you just need to: If you downloaded the tarball from the GLEW website, you just need to:

View File

@ -47,7 +47,7 @@ GLEW: The OpenGL Extension Wrangler Library
<tr> <tr>
<td valign="bottom"> <td valign="bottom">
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="left"> <table border="0" width="100%" cellpadding="5" cellspacing="0" align="left">
<tr><td align="center"><i>Last Update: 01-03-05</i></td></tr> <tr><td align="center"><i>Last Update: 01-04-05</i></td></tr>
<tr><td align="center"> <tr><td align="center">
<a href="http://www.opengl.org"> <img src="./ogl_sm.jpg" width="68" <a href="http://www.opengl.org"> <img src="./ogl_sm.jpg" width="68"
height="35" border="0" alt="OpenGL Logo" valign="top"></a> height="35" border="0" alt="OpenGL Logo" valign="top"></a>

View File

@ -2,66 +2,179 @@ h1
{ {
color: black; color: black;
font: 23px "Verdana", "Arial", "Helvetica"; font: 23px "Verdana", "Arial", "Helvetica";
display: inline; font-weight: bold;
font-weight: bold text-align: center;
margin-top: 12px;
margin-bottom: 18px;
} }
h2 h2
{ {
color: black; color: black;
font: 18px "Verdana", "Arial", "Helvetica"; font: 18px "Verdana", "Arial", "Helvetica";
font-weight: bold font-weight: bold;
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 18px;
margin-bottom: 12px;
} }
h3 h3
{ {
color: black; color: black;
font: 18px "Verdana", "Arial", "Helvetica"; font: 17px "Verdana", "Arial", "Helvetica";
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 12px;
margin-bottom: 12px;
} }
small small
{ {
font: 12px "Verdana", "Arial", "Helvetica"; font: 8pt "Verdana", "Arial", "Helvetica";
} }
body, table, td, p, div body
{ {
color: black; color: black;
font: 10pt "Verdana", "Arial", "Helvetica" font: 10pt "Verdana", "Arial", "Helvetica";
text-align: left;
} }
tt, blockquote td
{ {
color: maroon; color: black;
font: 10pt "Verdana", "Arial", "Helvetica";
}
tt
{
color: darkgreen;
}
/* color: maroon; */
blockquote
{
color: darkgreen;
background: #f0f0f0;
text-align: left;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 6px;
padding-bottom: 0px;
margin-top: 0px;
paddin-top: 6px;
border-top: 0px;
border-width: 0px;
}
pre
{
color: darkgreen;
background: #f0f0f0;
text-align: left;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 6px;
padding-bottom: 0px;
margin-top: 0px;
paddin-top: 6px;
border-top: 0px;
border-width: 0px;
}
p
{
color: black;
font: 10pt "Verdana", "Arial", "Helvetica";
text-align: left;
margin-bottom: 0px;
padding-bottom: 6px;
margin-top: 0px;
paddin-top: 6px;
}
p.right
{
color: black;
font: 10pt "Verdana", "Arial", "Helvetica";
text-align: right;
margin-bottom: 0px;
padding-bottom: 6px;
margin-top: 0px;
paddin-top: 6px;
}
p.pre
{
color: darkgreen;
font: 10pt "Courier New", "Courier";
background: #f0f0f0;
text-align: left;
margin-top: 0px;
margin-bottom: 6px;
margin-left: 40px;
margin-right: 40px;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px;
border-top: 0px;
border-width: 0px;
} }
a:link a:link
{ {
color: darkblue; color: darkblue;
text-decoration: none; text-decoration: none;
} }
a:visited a:visited
{ {
color: darkblue; color: crimson;
text-decoration: none; text-decoration: none;
} }
a:hover a:hover
{ {
color: crimson; color: crimson;
text-decoration: underline; text-decoration: underline;
} }
ul ul
{ {
list-style-type: square; list-style-type: disc;
text-align: left;
margin-left: 40px;
margin-top: 0px;
padding-top: 3px;
margin-bottom: 0px;
padding-bottom: 3px;
} }
ul.none ul.none
{ {
list-style-type: none; list-style-type: none;
} }
ol
{
text-align: left;
margin-left: 40px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 12px;
}
hr
{
color: maroon;
background-color: maroon;
height: 1px;
border: 0px;
width: 85%;
align: center;
}