Skip to content
  1. Jan 30, 2012
    • Rene Saarsoo's avatar
      Table of Contents for each guide. · a71c1cd5
      Rene Saarsoo authored
      For each guide a TOC is created from all H2 headings.
      
      A bit of twaking to get linking to those sections working.  So one can just refer
      to each section from within the guide or from outside of it like so:
      
          #!/guide/guide_name-section-3
      a71c1cd5
  2. Jan 28, 2012
  3. 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
  4. Jan 26, 2012
  5. Jan 25, 2012
  6. Jan 19, 2012
  7. Jan 18, 2012
  8. Jan 17, 2012
  9. Jan 16, 2012
  10. Jan 12, 2012
  11. Jan 11, 2012
  12. Jan 04, 2012
  13. Dec 28, 2011
  14. Dec 27, 2011
Loading