Show
Ignore:
Timestamp:
08/10/06 18:22:04 (2 years ago)
Author:
KirkMcDonald
Message:

html_doc: Documented class wrapping, DPyObject

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/infrastructure/pyd/wiki_doc/wiki_doc/wikidoc.ddoc

    r24 r34  
    1 DDOC = <h1>$(TITLE)</h1> 
     1DDOC = <!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 
    214$(BODY) 
     15</body> 
     16</html> 
     17 
     18