Skip to content
  1. Feb 04, 2012
    • Rene Saarsoo's avatar
      Add --examples-base-url option. · f3ebe45b
      Rene Saarsoo authored
      This replaces the previous Docs.exampleBaseUrl JS-side option, which
      was a bit of a hack.
      
      Now all URL-s are prefixed in parsing stage, so the docs app doesn't need
      to deal with the prefixing at all.
      
      Additionally the externalUrl field in examples.json is no more supported.
      Simply using the url field beginning with http:// will do the trick.
      f3ebe45b
    • Rene Saarsoo's avatar
      Remove dead code from Rakefile. · ed63dbd6
      Rene Saarsoo authored
      ed63dbd6
  2. Feb 01, 2012
  3. Jan 31, 2012
  4. Jan 30, 2012
  5. Jan 28, 2012
  6. Jan 27, 2012
    • Rene Saarsoo's avatar
      Merge branch 'private-members' · d4684575
      Rene Saarsoo authored
      d4684575
    • Rene Saarsoo's avatar
      Don't warn about links to private members. · 704b442d
      Rene Saarsoo authored
      The warning type :link_private is now gone.
      
      It made sense to warn about such links when we had no private members included
      to docs. But now we can freely link to private ones too.
      704b442d
    • Rene Saarsoo's avatar
      Increase inline examples hight by top toolbar height. · 8a9eca8b
      Rene Saarsoo authored
      Moving toolbar to the top caused a regression of the bottom part of inline
      example being cut off.  The toolbar was taken account when displaying code
      editor, but not for the preview itself.  This probably wasn't noticable
      when viewing ExtJS examples, but in Touch it's quite apparent.
      8a9eca8b
    • Rene Saarsoo's avatar
      Don't print no_doc warnings for private members. · 8dd4fff0
      Rene Saarsoo authored
      The important thing is for public members to be documented.
      8dd4fff0
    • Rene Saarsoo's avatar
      Refactor global member warnings. · c395e0d6
      Rene Saarsoo authored
      --ignore-global now only toggles between showing global class or hiding it.
      
      --warnings=-global turns warnings about global members on/off regardless of
      the previous option.
      
      Printing of the warnings is also no more duplicated in both lint.rb and app.rb.
      
      Class#all_members and Class#all_local_members no more filter out private members.
      Small refactoring inside Class to avoid confusing use of all_members as local
      variable.
      c395e0d6
  7. Jan 26, 2012
  8. Jan 25, 2012
  9. Jan 19, 2012
Loading