|
Revision 34, 0.7 kB
(checked in by KirkMcDonald, 2 years ago)
|
html_doc: Documented class wrapping, DPyObject
|
| Line | |
|---|
| 1 |
DDOC = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 2 |
<html> |
|---|
| 3 |
<head> |
|---|
| 4 |
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
|---|
| 5 |
<link href="pyd.css" rel="stylesheet" type="text/css"> |
|---|
| 6 |
<title>$(TITLE)</title> |
|---|
| 7 |
</head> |
|---|
| 8 |
|
|---|
| 9 |
<body> |
|---|
| 10 |
<div class="nav"><a class="nav" href="index.html">Main</a> | <a class="nav" href="celerid.html">CeleriD</a> | <a class="nav" href="conversion.html">Type conversion</a> | <a class="nav" href="func_wrapping.html">Function wrapping</a> | <a class="nav" href="class_wrapping.html">Class wrapping</a> | <a class="nav" href="except_wrapping.html">Exception wrapping</a></div> |
|---|
| 11 |
|
|---|
| 12 |
<h1>$(TITLE)</h1> |
|---|
| 13 |
|
|---|
| 14 |
$(BODY) |
|---|
| 15 |
</body> |
|---|
| 16 |
</html> |
|---|