﻿Syntax: java -jar %1% -in Input-Dir -out Output-Dir [-workdir Directory] [-exclude Pattern] [-cfg File] [-locale str] [-outtype Type] [-ext Extension-Filter] [-extdef Definition] [-templatedir Directory] [-res Directory] [-styledef StyleDef] [-title Title] [-headins File] [-footins File] [-logo File] [-chm ProjName] [-recurse Flag] [-enablesearch flag]

  -in Input-Dir          Input directories
  -out Output-Dir        Output directory
  -workdir Directory     Working directory
                         (optional, default: Systems directory)
  -exclude Pattern       Pattern of input files to be excluded
                         (optional, default: "" = no exclusion)
  -cfg File              Configuration file
                         (optional, default: no file)
  -locale str            Locale country
                         (optional, default: "en")
  -outtype Type          Output type
                         (optional, "single" = one single file,
                          "noframes" = multiple files without frames,
                          "frames" = multiple files with frames,
                          "treeframes" = multiple files w. frames & tree index
                          "iframes" = multiple files with iframes,
                          "itreeframes" = multiple files w. iframes & tree index,
                          "latex" = simple LaTeX, 
                          "pdflatex" = PDF LaTeX,
                          "epub" = Epub E-Book format)
  -ext Extension-Filter  File extension filter
                         (optional, default: "" = no filter)
  -extdef Definition     Marker definiton for a file extension.
                         This parameter is deprecated and will be removed.
  -templatedir Directory Template directory
                         (optional, default: "templates" 
                         in program directory)
  -res Directory         Alternative AutoDoc ressource directory
                         (optional, default: use programs default)
  -styledef StyleDef     Style definition file to be used for output
                         (optional, default: "Autodoc.css" 
                         in template directory for HTML output types and
                         "article" for LaTeX output types.)
  -title Title           Title to be used as Heading
                         (optional, default: "Documentation")
  -headins File          File to be added to the header
                         (optional, default: no file)
  -footins File          File to be added to the footer
                         (optional, default: no file)
  -logo File             Logo image file
                         (optional, default: no logo)
  -chm ProjName          Project name for CHM file generation
                         (optional, default: no chm file generation)
  -recurse Flag          Recurse input directories?
                         (optional, "yes" = recurse (default),
                           "no"  = do not recurse)
  -enablesearch flag     Activate search for HTML outputs?
                         (optional, "yes" = activate search,
                           "no"  = do not activate search (default))

