Skip to content
  1. Jan 27, 2012
    • 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
      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
  2. Jan 26, 2012
  3. Jan 25, 2012
  4. Jan 19, 2012
  5. Jan 18, 2012
  6. Jan 17, 2012
  7. Jan 16, 2012
  8. Jan 12, 2012
  9. Jan 11, 2012
  10. Jan 04, 2012
  11. Dec 28, 2011
  12. Dec 27, 2011
  13. Dec 21, 2011
    • Rene Saarsoo's avatar
      Allow configs begin with uppercase letter. · 9bd94156
      Rene Saarsoo authored
      Previously all @cfgs beginning with uppercase letter were treated
      as classes, because a class definition can also contain @cfg tags.
      Now we only treat it as class definition when there is more than
      one @cfg inside one doc-comment.
      9bd94156
  14. Dec 20, 2011
  15. Dec 16, 2011
    • Rene Saarsoo's avatar
      Show info about overridden members. · fd4f1cea
      Rene Saarsoo authored
      For each member we now show a list of all the members that it overrides
      (if there are any). No more needs one wonder if the method happens to
      override a method in some parent class or mixin - the information is
      right the in the docs.
      
      This implementation mostly works. However I have to refactor it around a
      bit to ensure it doesn't misbehave when parallel-processing is used.
      fd4f1cea
    • Rene Saarsoo's avatar
      Fix regression Docs app in error message showing. · be641d68
      Rene Saarsoo authored
      The error-handling code had gone out-of sync with the rest. The
      Index controller had been renamed, and so error handling failed.
      
      Now there is a separate Failure controller.
      
      In addition to Classes and Guides, error messages are now also shown
      when loading of videos or examples fails.
      be641d68
Loading