Changeset 698 for trunk

Show
Ignore:
Timestamp:
09/08/10 08:28:47 (21 months ago)
Author:
mgalloy
Message:

Edits to the tutorial.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/reference/idldoc-tutorial.rst

    r692 r698  
    44:Author: Michael Galloy 
    55 
    6 :Abstract: This tutorial attempts to provide a friendly guide to start using IDLdoc. See the reference guide for a more detailed listing of all the options that IDLdoc provides. 
     6:Abstract: This tutorial attempts to provide a friendly guide to start using IDLdoc. See the companion reference guide for a more detailed listing of all the options that IDLdoc provides. 
    77 
    88 
     
    1010------------ 
    1111 
    12 IDLdoc generates nicely formatted API documentation directly from source code. The idea is to keep the documentation close to the code and to have as much as possible be generated directly from the source code itself. 
     12IDLdoc generates nicely formatted API documentation directly from source code. If the documentation is close to the code it is much more likely to be kept up-to-date. As much as possible is generated directly from the source code itself. 
    1313 
    1414Features?  
     
    1919Similar things?  
    2020 
    21   #. Javadoc 
    22   #. Doxygen 
     21  #. Javadoc (Java) 
     22  #. Doxygen (multiple Languages) 
     23  #. Sphinx (Python) 
    2324 
    24 Inspired by reStructuredText and Sphinx projects 
     25The rst format and markup styles are inspired by reStructuredText and Markdown projects 
    2526 
    26 History? IDLdoc 2.0 vs. IDLdoc 3.0 
     27IDLdoc 3.0 was completely rewritten separately from the IDLdoc 2.x code base. 
    2728 
    2829This tutorial intends to get a new user up to speed in using IDLdoc in the simplest way using the newer, more modern style of IDLdoc commenting. Don't worry, though, IDLdoc still supports legacy commenting styles so you don't have to go changing existing documentation (unless you want to make use of some of the cool, new features!). Experienced users will probably learn some new things too, since documentation for IDLdoc has been spotty in the past.