Changeset 246

Show
Ignore:
Timestamp:
08/28/06 13:16:21 (2 years ago)
Author:
pragma
Message:

Minor update for documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/builddoc.bat

    r101 r246  
    1 @echo off 
    21 
    3 echo DOC:Building Documentation 
    4 build -c -full -D root.d 
    5 doc/html/_ddoc/compile.bat 
    6  
    7 echo DOC:Packaging Documentation 
    8 rm ../downloads/ddl.beta.1.0.doc.zip 
    9 find ./doc -name * -maxdepth 1 | zip ../downloads/ddl.beta.1.1.doc.zip -@ 
    10 find ./doc/html -name * -maxdepth 1 | zip -u ../downloads/ddl.beta.1.1.doc.zip -@ 
    11  
    12 echo DDOC:Packaging DDOC for DDL 
    13  
    14 rm ../downloads/ddoc.ddl.1.0.zip 
    15 find ./ddoc -name * | zip ../downloads/ddoc.ddl.1.1.zip -@ 
     2build -c -o- ddoc2\xhtml.ddoc -Dd.\doc\html -full -Xmango root.d 
     3dmd -c -o- ddoc2\ddl_modules.ddoc ddoc2\index.ddoc -Df.\doc\html\index.html root.d 
    164 
    175 
    18  
  • trunk/ddl/PathLibrary.d

    r223 r246  
    214214        } 
    215215        //failed to find the module 
    216         debugLog("PathLibrary.getModuleForSymbol - failed to find: %s",name); 
     216        debug debugLog("PathLibrary.getModuleForSymbol - failed to find: %s",name); 
    217217        return null; 
    218218    } 
  • trunk/doc/html/index.html

    r66 r246  
     1 
    12<html> 
    23    <head> 
    3         <title>DDL Documentation Home</title> 
    4         <link rel="stylesheet" type="text/css" href="style.css"/> 
     4        <meta http-equiv="content-type" content="text/html; charset=utf-8"> 
     5        <meta content="text/javascript" http-equiv="content-script-type"> 
     6        <title>root</title> 
     7        <link rel="stylesheet" type="text/css" href="css/style.css"> 
     8        <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="css/ie6.css"><![endif]--> 
     9        <script language="JavaScript" src="js/prototype.js" type="text/javascript"></script> 
     10        <script language="JavaScript" src="js/explorer.js" type="text/javascript"></script> 
     11        <script language="JavaScript"> 
     12            function main(){ 
     13                var explorer = new Explorer($('explorer'),$('content'),"root"); 
     14                 
     15     
     16                explorer.addModule("root"); 
     17     
     18                explorer.addModule("ddl.all"); 
     19     
     20                explorer.addModule("ddl.DynamicLibrary"); 
     21     
     22                explorer.addModule("ddl.ExportSymbol"); 
     23     
     24                explorer.addModule("ddl.DynamicModule"); 
     25     
     26                explorer.addModule("ddl.Attributes"); 
     27     
     28                explorer.addModule("ddl.Mangle"); 
     29     
     30                explorer.addModule("ddl.DefaultRegistry"); 
     31     
     32                explorer.addModule("ddl.LoaderRegistry"); 
     33     
     34                explorer.addModule("ddl.DynamicLibraryLoader"); 
     35     
     36                explorer.addModule("ddl.FileBuffer"); 
     37     
     38                explorer.addModule("ddl.ar.ArchiveLoader"); 
     39     
     40                explorer.addModule("ddl.Utils"); 
     41     
     42                explorer.addModule("ddl.ar.ArchiveLibrary"); 
     43     
     44                explorer.addModule("ddl.DDLException"); 
     45     
     46                explorer.addModule("ddl.ar.ArchiveReader"); 
     47     
     48                explorer.addModule("ddl.DDLReader"); 
     49     
     50                explorer.addModule("ddl.omf.OMFLoader"); 
     51     
     52                explorer.addModule("ddl.omf.OMFLibrary"); 
     53     
     54                explorer.addModule("ddl.omf.OMFModule"); 
     55     
     56                explorer.addModule("ddl.omf.OMFBinary"); 
     57     
     58                explorer.addModule("ddl.omf.OMFException"); 
     59     
     60                explorer.addModule("ddl.omf.OMFReader"); 
     61     
     62                explorer.addModule("ddl.omf.DLLProvider"); 
     63     
     64                explorer.addModule("ddl.ddl.DDLLoader"); 
     65     
     66                explorer.addModule("ddl.ddl.DDLLibrary"); 
     67     
     68                explorer.addModule("ddl.ddl.DDLBinary"); 
     69     
     70                explorer.addModule("ddl.DDLWriter"); 
     71     
     72                explorer.addModule("ddl.elf.ELFObjLoader"); 
     73     
     74                explorer.addModule("ddl.elf.ELFLibrary"); 
     75     
     76                explorer.addModule("ddl.elf.ELFHeaders"); 
     77     
     78                explorer.addModule("ddl.elf.ELFModule"); 
     79     
     80                explorer.addModule("ddl.elf.ELFBinary"); 
     81     
     82                explorer.addModule("ddl.elf.ELFReader"); 
     83     
     84                explorer.addModule("ddl.elf.ELFPrinter"); 
     85     
     86                explorer.addModule("ddl.insitu.InSituLoader"); 
     87     
     88                explorer.addModule("ddl.insitu.InSituMapBinary"); 
     89     
     90                explorer.addModule("ddl.insitu.InSituBinary"); 
     91     
     92                explorer.addModule("ddl.insitu.InSituLibBinary"); 
     93     
     94                explorer.addModule("ddl.insitu.InSituLibrary"); 
     95     
     96                explorer.addModule("ddl.insitu.InSituModule"); 
     97     
     98                explorer.addModule("ddl.Demangle"); 
     99     
     100                explorer.addModule("ddl.Linker"); 
     101            } 
     102        </script> 
    5103    </head> 
    6     <body> 
    7         <div id="all"> 
    8             <div id="main"> 
    9                 <div id="content"> 
    10                     <div class="yellowbar-left"> </div> 
    11                     <div class="yellowbar"><a href="index.html">Home</a> | <a href="classes.html">Classes</a> | <a href="members.html">Members</a> | <a href="methods.html">Methods</a> | <a href="modules.html">Modules</a> | <a href="templates.html">Templates</a> | <a href="module-tree.html">Module Tree</a> | <a href="specs.html">Specifications</a></div> 
    12                     <div class="yellowbar-right"> </div> 
    13                     <div class="clear"> </div> 
    14                     <h2>DDL Documentation Home</h2> 
    15                     <h2 xmlns="http://www.w3.org/1999/xhtml">Welcome to DDL</h2> 
    16                     <p xmlns="http://www.w3.org/1999/xhtml"> 
    17                      
    18                 </p> 
    19                     <ul xmlns="http://www.w3.org/1999/xhtml"> 
    20                         <li> 
    21                             <a href="classes.html">Classes</a> 
    22                         </li> 
    23                         <li> 
    24                             <a href="members.html">Members</a> 
    25                         </li> 
    26                         <li> 
    27                             <a href="methods.html">Methods</a> 
    28                         </li> 
    29                         <li> 
    30                             <a href="modules.html">Modules</a> 
    31                         </li> 
    32                         <li> 
    33                             <a href="templates.html">Templates</a> 
    34                         </li> 
    35                         <li> 
    36                             <a href="module-tree.html">Module Tree</a> 
    37                         </li> 
    38                         <li> 
    39                             <a href="specs.html">Specifications</a> 
    40                         </li> 
    41                     </ul> 
    42                     <p style="align:center"> 
    43                             </p> 
    44                 </div> 
    45             </div> 
    46             <div id="patch"/> 
    47         </div> 
     104    <body onload="main()"> 
     105        <div id="pageheader"><h2>DDL</h2></div> 
     106        <div id="explorer">&nbsp;</div> 
     107        <div id="content"><!-- Generated by Ddoc from root.d --> 
     108<br><br> 
     109 
     110<dl></dl> 
     111 
     112</div> 
    48113    </body> 
    49114</html> 
     115