Skip to content
  1. Oct 30, 2010
  2. Oct 27, 2010
  3. Oct 26, 2010
  4. Oct 25, 2010
  5. Oct 24, 2010
  6. Oct 22, 2010
  7. Oct 21, 2010
    • Rene Saarsoo's avatar
      at-tag main properties must now be on single line. · fabfadb4
      Rene Saarsoo authored
      Only the comment may span several lines.
      
      This means we can just say:
      
        /**
         * @cfg
         * True to enable this component.
         */
        enabled: false,
      
      Previously this meant that we declared cfg with name "True",
      but now the name cannot come after newline, so we can leave the
      name out of the doc-comment and infer it from the source.
      
      Parser enhancements to be able to infer @cfg and @event name from code.
      
      DocComment enhancements to be able to set the name of at-tags other than
      the default.
      fabfadb4
    • Rene Saarsoo's avatar
      DocCommentParser now returns array of tagsets. · 88dd2f42
      Rene Saarsoo authored
      Meaning that when doc-comment contains @class followed by @cfg
      and @event, then three tagsets are returned.
      88dd2f42
  8. Oct 20, 2010
  9. Oct 19, 2010
  10. Oct 18, 2010
  11. Oct 14, 2010
  12. Oct 13, 2010
    • Rene Saarsoo's avatar
      Some reordering of code. · 61a57bcb
      Rene Saarsoo authored
      At tags are now tested in order they most likely appear in source code:
      
      @class -> @function -> @param -> @return
      61a57bcb
    • Rene Saarsoo's avatar
      Support for @class. · 5c3e7b4b
      Rene Saarsoo authored
      Also, when function name begins with uppercase letter, it's assumed to be
      class name.
      5c3e7b4b
  13. Oct 12, 2010
  14. Oct 11, 2010
  15. Oct 05, 2010
Loading