Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C#

ADB - Documentation Compiler for Managed Class Libraries

Rate me:
Please Sign up or sign in to vote.
4.60/5 (4 votes)
8 Mar 2009CPOL1 min read 30.7K   834   29  
ADB produces MSDN style documentation by reflecting and integrating XML Documentation Comments.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html dir="ltr" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5"
    xmlns:mshelp="http://msdn.microsoft.com/mshelp">
<head>
    <title>{Title}</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" >
    <meta content="history" name="save">
   
    <link href="files/Classic.css"
        type="text/css" rel="stylesheet"/>
    <link href="files/HxLink.css" type="text/css" rel="stylesheet"/>

    <script src="files\script1.js">
      
    </script>

    <script src="files\script2.js">
      
    </script>

    <script src="files\script3.js">
      
    </script>

    <script src="files\script4.js">
      
    </script>

    <meta content="MSHTML 6.00.2900.3314" name="GENERATOR">
</head>
<body>
    <input class="userDataStyle" id="userDataCache" type="hidden"> </input>
    <input id="hiddenScrollOffset" type="hidden"> </input>
    <img id="collapseImage" style="display: none; width: 0px; height: 0px" alt="Collapse ͼ��"
        src="files\Collapse.gif"> </img>
    <img id="expandImage" style="display: none; width: 0px; height: 0px" alt="Expand ͼ��"
        src="files\Expand.gif"> </img>
    <img id="collapseAllImage" style="display: none; width: 0px; height: 0px" alt="CollapseAll ͼ��"
        src="files\CollapseAll.gif"> </img>
    <img id="expandAllImage" style="display: none; width: 0px; height: 0px" alt="ExpandAll ͼ��"
        src="files\ExpandAll.gif"> </img>
    <div id="header">
        <table id="topTable" width="100%">
            <tbody>
                <tr id="headerTableRow2">
                    <td align="left">
                        <span id="nsrTitle">{Title}</span>
                    </td>
                </tr>
            </tbody>
        </table>
        <table id="bottomTable" cellspacing="0" cellpadding="0" width="100%">
            <tbody>
                <tr>
                    <td>
                        <span onkeypress="ExpandCollapseAll_CheckKey(toggleAllImage)" style="cursor: default"
                            onclick="ExpandCollapseAll(toggleAllImage)" tabindex="0">
                            <img class="toggleAll" id="toggleAllImage" alt="CollapseAll ͼ��" src="files\CollapseAll.gif">
                            </img>
                            <label id="collapseAllLabel" style="display: none" for="toggleAllImage">
                                ȫ���۵�
                            </label>
                            <label id="expandAllLabel" style="display: none" for="toggleAllImage">
                                ȫ��չ��
                            </label>
                            &nbsp;</span>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    <div id="mainSection">
        <div id="mainBody">
            <div class="saveHistory" id="allHistory" onload="loadAll()" onsave="saveAll()">
            </div>
            <font color="darkgray"></font>
            <p>{Summary}</p>
               {Content}
        </div>
    </div>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions