Skip to content
  1. Dec 12, 2010
    • Rene Saarsoo's avatar
      Refactored documentation stylesheet heavily. · 249e42b1
      Rene Saarsoo authored
      * Fixed indetation and spacing.
      * Removed unused rules.
      * Combined duplicated rules.
      * Prefixed most stuff with .body-wrap class.
      * Ordered things using some logic.
      249e42b1
    • Rene Saarsoo's avatar
      Converted method-tests into rspec. · 947cbe46
      Rene Saarsoo authored
      947cbe46
    • Rene Saarsoo's avatar
      Included documentation browser UI template. · cdd6982e
      Rene Saarsoo authored
      The source comes from official ExtJS documentation (included in
      ExtJS release package).  This includes the minified version of
      ExtJS 3.3.1 with gray style.
      
      The original ext-3.3.1/docs/resouces contained a lot of unused
      CSS and image files - these were all excluded as unnecessary crap.
      
      JsDuck now includes --template command-line-option to specify
      alternate template to use.  By default the template/ dir included
      with jsduck will be used.
      cdd6982e
  2. Dec 11, 2010
  3. Dec 10, 2010
    • Rene Saarsoo's avatar
      Creation of Docs.icons = {...} for tree.js. · ecc1b30b
      Rene Saarsoo authored
      Added TreeIcons class that extracts icons from tree.
      ecc1b30b
    • Rene Saarsoo's avatar
      Replaced Maruku with RDiscount. · 0993a52a
      Rene Saarsoo authored
      RDiscount is way faster and it doesn't throw errors for malformed
      HTML like Maruku - so we can treat all the comments as Markdown,
      plus we can mix HTML and Markdown.
      
      Actually RDiscount doesn't throw any errors at all, whatever we
      feed it.  If it doesn't recognize text as correct Markdown, it
      doesn't complain - it just leaves it as is, which is perfect for
      us.
      
      There are some minor issues still with it:
      
      - <pre><code>-s getting nested when parsing Ext source.
      - Even one-liners are wrapped inside <p>...</p>.
      
      But these are pretty easily solvable.
      0993a52a
  4. Dec 07, 2010
  5. Dec 06, 2010
  6. Dec 05, 2010
Loading