Skip to content
  1. Oct 05, 2011
  2. Oct 04, 2011
  3. Oct 03, 2011
    • Rene Saarsoo's avatar
      Remove source code link from class header. · 83dbea09
      Rene Saarsoo authored
      Instead link to the class itself.
      83dbea09
    • Rene Saarsoo's avatar
      Show list of all source files of class. · 7148821d
      Rene Saarsoo authored
      Instead of :filename and :linenr properties being tied to class hash
      itself, they are now inside :files property, which holds an array of
      hashes which contain :filename and :linenr.
      
      List of files is shown in the hierarchy sidebar. Especially useful for
      classes like Ext.Element which are made up from many-many files.
      7148821d
    • Rene Saarsoo's avatar
      Support for multiline meta-tags. · c621c137
      Rene Saarsoo authored
      When @multiline is set to true in MetaTag implementation, multiple
      lines after the tag up to next @tag will be included to meta-tag
      contents.
      c621c137
    • Rene Saarsoo's avatar
      New extensible meta tags. · e7add9b1
      Rene Saarsoo authored
      Each meta-tag is now implemented as a class.  The --meta-tags option
      specifies a path to Ruby file that contains the implementations.
      
      By default the sencha_tags.rb file is included which implements
      @author and @docauthor as hidden tags.
      e7add9b1
  4. Sep 30, 2011
  5. Sep 29, 2011
  6. Sep 28, 2011
Loading