CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target doc

doc

  |
  +--perl.doc
    |
    +--perl.doc.checkIfRequired
    |
    +--perl.checkLicense
    |
    +--perl.checkApiPath
    |
    +--validation.data
      |
      +--validation.perl.data
        |
        +--validation.perl.data.check
        |
        +--validation.js2perl
          |
          +--validation.js.data
            |
            +--validation.js.data.check
            |
            +--init
          |
          +--cgi-bin.exe
            |
            +--cgi-bin.apps
              |
              +--cgi-bin.cgiAppBase
                |
                +--init
              |
              +--cgi-bin.page
                |
                +--init
              |
              +--cgi-bin.list
                |
                +--init
              |
              +--init
            |
            +--cgi-bin.check
            |
            +--init
          |
          +--init
        |
        +--init
      |
      +--init
    |
    +--init
  |
  +--powershell.doc
    |
    +--powershell.keywords
    |
    +--powershell.checkLicense
    |
    +--init
  |
  +--js.doc
    |
    +--js.checkLicense
    |
    +--js.keywords
    |
    +--init
  |
  +--sql.doc
    |
    +--sql.doc.xml
      |
      +--init
    |
    +--sql.checkLicense
    |
    +--sql.checkApiPath
    |
    +--init
  |
  +--csharp.doc
    |
    +--csharp.doc.main
      |
      +--csharp.doc.checkIfRequired
    |
    +--csharp.compile
      |
      +--csharp.keywords
        |
        +--csharp.keywords.AssemblyInfo
        |
        +--csharp.keywords.docfiles
      |
      +--init
    |
    +--csharp.checkLicense
    |
    +--csharp.doc.checkCustomAttr
    |
    +--csharp.doc.checkMissing
    |
    +--csharp.keywords
      |
      +--csharp.keywords.AssemblyInfo
      |
      +--csharp.keywords.docfiles
    |
    +--init
  |
  +--java.doc
    |
    +--java.doc.checkCustomAttr
    |
    +--java.checkLicense
    |
    +--java.checkApiPath
    |
    +--java.doc.main
      |
      +--java.doc.checkIfRequired
    |
    +--java.doc.checkMissing
      |
      +--java.doc.apicheck.checkIfRequired
    |
    +--init
  |
  +--init

create all CleanCode documentation

Generate all API documentation NB: Perl must be after java for Perl to include java links. (Should update pod2htmltree to look at src rather than html.)

Detail:
<target
	depends="init, java.doc, perl.doc, csharp.doc, js.doc, sql.doc, powershell.doc"
	description="create all CleanCode documentation"
	name="doc"
>
	<echo>doc complete.</echo>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl