chapter_8_section_3.html   [plain text]


<html>
    <head>
        <META NAME="Generator" CONTENT="Gutenberg">
		<META NAME="GeneratorVersion" CONTENT="v100.1">
        <META http-equiv="content-type" CONTENT="text/html;charset=iso-8859-1">
        <META NAME = "Copyright" CONTENT="Copyright 2004 Apple Computer, Inc. All Rights Reserved.">
        <TITLE>HeaderDoc Unfettered: Major Features</TITLE>
        <base target="content">

        <LINK REL="stylesheet" TYPE="text/css" HREF="../Resources/CSS/frameset_styles.css">
        <style type="text/css"></style>
        <script language="JavaScript" src="../Resources/JavaScript/page.js"></script>
    </head>
    
    <BODY bgcolor="#ffffff" onload="initialize_page();"><a name="//apple_ref/doc/uid/TP40001215-CH201-BCICDGCE" title="Major Features" turn_anchor="no"></a>
        <a name="top"></a>
        <!-- start of header -->
        <!--#include virtual="/includes/framesetheader" -->
        <!-- end of header -->
        
        <!-- start of path -->
<div class="breadcrumb"><a href="http://developer.apple.com/" target="_top">ADC Home</a> &gt; <!--a logicalPath="//apple_ref/doc/uid/TP30000943"  -->Reference Library<!--/a--> &gt; <!--a logicalPath="Unknown"  -->Technology TBD<!--/a--> &gt; <a logicalPath="//apple_ref/doc/uid/TP40001215-CH345" href="../intro/chapter_1_section_1.html#//apple_ref/doc/uid/TP40001215-CH345">HeaderDoc Unfettered</a> &gt; <a logicalPath="//apple_ref/doc/uid/TP40001215-CH201" href="chapter_8_section_1.html#//apple_ref/doc/uid/TP40001215-CH201">HeaderDoc Release Notes</a> &gt; </div><br>
<!-- end of path -->
        
        <table width="100%" cellpadding=0 cellspacing=0 border=0 class="mini_nav_text"><tr>
        <td align=left scope="row">

        <!-- insert Show/Hide frames -->
        <script type="text/javascript" language="JavaScript"><!--
  
        if (self != top) {
            // loaded in frames
            document.write('<a href="'+self.location+'" target="_top"><img src="../Resources/Images/show_toc_icon.gif" width="15" height="14" border="0" style="margin-bottom: -2px;" alt=""></a> <a href="'+self.location+'" target="_top">Hide TOC</a>');
        }
        else {
            // not loaded frames
            document.write('<a href="../index.html?'+self.location+'" target="_top"><img src="../Resources/Images/show_toc_icon.gif" width="15" height="14" border="0" style="margin-bottom: -2px;" alt=""></a> <a href="../index.html?'+self.location+'" target="_top">Show TOC</a>');
        }
        //--></script>
        <!-- end Show/Hide frames -->

        </td><td align=right>
        
        <a href="chapter_8_section_2.html" target="_self">&lt; Previous Page</a><span style="margin-left: 8px"><a href="chapter_8_section_4.html" target="_self">Next Page &gt;</a></span>
        
        </td>
        </tr></table>
        
        <hr>
        
        <a name="BCICDGCE" title="Major Features" turn_anchor="no"></a><br><h2>Major Features</h2>
<p>HeaderDoc 8 has a number of new features.</p>
<ul class="content_text"><li class="content_text">Function/data
type groupings</li><br>
<li class="content_text">Declaration syntax coloring</li><br>
<li class="content_text">New tagless syntax<p><tt>/*! This is a
comment about what comes next */</tt></p></li><br>
<li class="content_text">Support for headerdoc tags embedded in declarations</li><br>
<li class="content_text">Sopport for //! markup style for embedded HeaderDoc declarations</li><br>
<li class="content_text">Automatic linking of data types in declarations</li><br>
<li class="content_text">Improved C++ support (namespace/template/access)</li><br>
<li class="content_text">gatherHeaderdoc is now template-based</li><br>
<li class="content_text">PHP support (and a bunch of other languages) now included
without patching</li><br>
<li class="content_text">Support for linking to other methods/data types within the
same file</li><br>
<li class="content_text">Comment stripper</li><br>
<li class="content_text">Support for exceptions</li><br>
<li class="content_text">Now warns if tagged parameters don&#8217;t match declaration</li><br>
<li class="content_text">Optional warning if parameters are not tagged</li><br>
<li class="content_text">Improved warnings for other invalid content</li><br>
<li class="content_text">Man page output path (via XML)</li><br>
<li class="content_text">DTD for output validation</li><br>
<li class="content_text">Translation of HTML to XHTML using xmllint when using XML
output</li><br>
<li class="content_text">Nested class handling</li><br>
<li class="content_text">Customizable date format</li><br>
<li class="content_text">C pseudoclass support (<tt>typedef struct</tt>)</li><br>
<li class="content_text">Better nested class support.</li><br>
<li class="content_text">C++ constructors/destructors now sorted first in the list
of class methods.</li><br>
<li class="content_text">@ignore&#8212;allows you to remove matching tokens from declarations</li><br>
<li class="content_text">&#8220;Unsorted&#8221; flag</li><br>
<li class="content_text">Summary function/method lists (mini-TOC)</li><br>
<li class="content_text">Automated detection of numbered lists</li><br>
<li class="content_text">Automatic handling of availability macros</li><br>
<li class="content_text">Improved overall appearance</li><br>
<li class="content_text">Beginnings of a regression test suite</li><br></ul>

        <br><br> 
        
        <table width="100%" cellpadding=0 cellspacing=0 border=0 class="mini_nav_text"><tr>
        <td align=left scope="row">

        <!-- insert Show/Hide frames -->
        <script type="text/javascript" language="JavaScript"><!--
           
        if (self != top) {
            // loaded in frames
            document.write('<a href="'+self.location+'" target="_top"><img src="../Resources/Images/show_toc_icon.gif" width="15" height="14" border="0" style="margin-bottom: -2px;" alt=""></a> <a href="'+self.location+'" target="_top">Hide TOC</a>');
        }
        else {
            // not loaded frames
            document.write('<a href="../index.html?'+self.location+'" target="_top"><img src="../Resources/Images/show_toc_icon.gif" width="15" height="14" border="0" style="margin-bottom: -2px;" alt=""></a> <a href="../index.html?'+self.location+'" target="_top">Show TOC</a>');
        }
        //--></script>
        <!-- end Show/Hide frames -->

        </td><td align=right>
        
        <a href="chapter_8_section_2.html" target="_self">&lt; Previous Page</a><span style="margin-left: 8px"><a href="chapter_8_section_4.html" target="_self">Next Page &gt;</a></span>
        
        </td>
        </tr></table>

        <br><hr><p class="content_text"> <!--#if expr="0=1" -->&#169; 1999, 2004 Apple Computer, Inc. All Rights Reserved. (<!--#endif -->Last updated: 2004-05-27<!--#if expr="0=1" -->)<!--#endif --></p>

        
        <!-- start of footer -->
        <!--#include virtual="/includes/framesetfooter" -->
        <!-- end of footer -->
    </BODY>
</html>