Skip to content
  1. Aug 16, 2012
    • Rene Saarsoo's avatar
      Change how class members are internally stored. · dbce16de
      Rene Saarsoo authored
      Instead of storing members in two hashes - :members & :statics -
      the members are now stored in simple :members array.
      
      Lots of refactoring, but in the end the unit tests are all passing
      and running JSDuck against ExtJS SDK works fine.  More work is needed
      though as now JSDuck::Class contains several methods and algorithms
      that are inappropriate in the context of new data structure.
      
      Here I'm only changing the internals - export format is still the same
      and so is the data structure given to generated Docs app.
      dbce16de
    • Rene Saarsoo's avatar
      Remove some final pieces of Stats module. · 867ae12a
      Rene Saarsoo authored
      867ae12a
  2. Aug 15, 2012
  3. Aug 09, 2012
  4. Aug 08, 2012
    • Rene Saarsoo's avatar
      Restructure how options are ordered. · de5b09e1
      Rene Saarsoo authored
      Use 4 sections instead of previous 3:
      
      - Main options
      - Customizing output
      - Tweaking
      - Debugging
      de5b09e1
    • Rene Saarsoo's avatar
      Describe extensively all command line options. · ec46edc4
      Rene Saarsoo authored
      The last empty line is now added by JsDuck::OptionParser, so no
      need to add it in every option description and inside
      Logger#doc_warnings.
      
      Additionally changed the default title to: "Documentation - JSDuck"
      ec46edc4
    • Rene Saarsoo's avatar
      Change --help option behavior. · f2942117
      Rene Saarsoo authored
      --help without arguments will now print a short list of all options.
      
      --help=--option-name prints a detailed description of the given option.
      
      Implemented with JsDuck::OptionParser class that extends builtin
      OptionParser with the ability to print out help in two formats:
      short list of all options & long description of specific option.
      f2942117
    • Rene Saarsoo's avatar
      Fix crash when CSS has free-hanging doc-comment. · 185fc7ab
      Rene Saarsoo authored
      Treat this case as we do with other such comments in JavaScipt -
      by defaulting to property.
      185fc7ab
  5. Aug 07, 2012
  6. Aug 06, 2012
  7. Aug 03, 2012
Loading