- Timestamp:
- 09/08/10 08:28:47 (21 months ago)
- Files:
-
- 1 modified
-
trunk/reference/idldoc-tutorial.rst (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/reference/idldoc-tutorial.rst
r692 r698 4 4 :Author: Michael Galloy 5 5 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. 7 7 8 8 … … 10 10 ------------ 11 11 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 begenerated directly from the source code itself.12 IDLdoc 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. 13 13 14 14 Features? … … 19 19 Similar things? 20 20 21 #. Javadoc 22 #. Doxygen 21 #. Javadoc (Java) 22 #. Doxygen (multiple Languages) 23 #. Sphinx (Python) 23 24 24 Inspired by reStructuredText and Sphinxprojects25 The rst format and markup styles are inspired by reStructuredText and Markdown projects 25 26 26 History? IDLdoc 2.0 vs. IDLdoc 3.0 27 IDLdoc 3.0 was completely rewritten separately from the IDLdoc 2.x code base. 27 28 28 29 This 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.
