Menu

#49 doctools - javadoc like application

open
doctools (43)
5
2007-04-05
2002-02-12
No

Add library/application which does javadoc like
processing of .tcl files and thus auto-generates
documentation.

Discussion

  • Andreas Kupries

    Andreas Kupries - 2002-02-13

    Logged In: YES
    user_id=75003

    See http://www.oche.de/~akupries/soft/autodoc/
    for existing app, also http://www.oklin.com/zdoc/.

    Should/could make use of tclpro/tclparser for this to be a
    robust system (no execution of code!).

     
  • Andreas Kupries

    Andreas Kupries - 2002-02-27

    Logged In: YES
    user_id=75003

    Note: For a true tcllib application we need a pure tcl
    replacement of tclparser. This is heavy weight against
    it.

    See also
    FR [ #520940 ] New application bundle - tcldevapps

     
  • Arjen Markus

    Arjen Markus - 2002-07-05

    Logged In: YES
    user_id=400048

    I have an almost finished implementation of TIP 40 that just
    does this (well, it uses the conventions from the Style
    Guide by Ray Johnson). It requires some further testing and
    it should use - in my opinion - the doctools format as the
    default (right now it uses the TIP format, but as all is
    done by traversing a tree of the documentation elements that
    should not be too hard).

     
  • Andreas Kupries

    Andreas Kupries - 2007-04-05
    • summary: javadoc like application --> doctools - javadoc like application