Skip to content
  1. Apr 27, 2011
  2. Apr 26, 2011
  3. Apr 25, 2011
  4. Apr 21, 2011
  5. Apr 20, 2011
    • Rene Saarsoo's avatar
      Typo in generated documentation page. · e82980db
      Rene Saarsoo authored
      e82980db
    • Rene Saarsoo's avatar
      Created SourceFile class. · 50c263a1
      Rene Saarsoo authored
      All parsing and merging now happens inside that class.
      Consequently the Agggregator is now a lot simpler, as
      it takes for input just instance of SourceFile.
      
      SourceFile instances contain all the input: filename, source, and
      parsed doc-objects.
      
      The output of HTML source files now happens after all the
      parsing and aggregating, similarly to all other output.
      For now the links to source code are still line-nr based,
      but this will now be easy to change.
      50c263a1
  6. Apr 18, 2011
  7. Apr 16, 2011
    • Rene Saarsoo's avatar
      Implemented @alternateClassNames tag. · aad116ec
      Rene Saarsoo authored
      The name is now in plural (although the singular @tag works too,
      but inside JSDuck the name is now "alternateClassNames" and is also
      exported with that name).
      
      Overall it behaves like @mixins tag, which too can contain multiple
      items.
      
      Correctly implemented merging of mixins and alternateClassNames when
      merging class definitions.
      
      Alternate classnames are also shown in JSDuck generated docs.
      aad116ec
    • Rene Saarsoo's avatar
      Implemented @mixins tag. · 3a983832
      Rene Saarsoo authored
      When @mixins tag present, it will override all the implied mixins
      possibly detected from code.  One can either use just one @mixins:
      
          @mixins Foo Bar Baz
      
      Or several:
      
          @mixins Foo
          @mixins Bar
          @mixins Baz
      
      The result will be the same.
      3a983832
    • Rene Saarsoo's avatar
      Tests for alternateClassName. · a8ca78a6
      Rene Saarsoo authored
      a8ca78a6
    • Rene Saarsoo's avatar
      Escaping HTML in author name. · 654729cb
      Rene Saarsoo authored
      So that the e-mail address after author name will also be shown.
      654729cb
    • Rene Saarsoo's avatar
      Treating @extend as alias for @extends. · f2b692a6
      Rene Saarsoo authored
      Hard to get it correct when there are:
      
      - Ext.extend(...
      - Ext.define("MyClass", {extend: "Parent", ...
      
      But in doc-comment you had to previously write "@extends".
      Now it's similar to @returns, which can also be @return.
      f2b692a6
    • Rene Saarsoo's avatar
      Showing @docauthor info in generated docs. · 860ba975
      Rene Saarsoo authored
      860ba975
  8. Apr 15, 2011
  9. Apr 14, 2011
  10. Apr 09, 2011
  11. Apr 08, 2011
    • Rene Saarsoo's avatar
      Removed starts-with-ends-with combo from search. · 7d1d6fac
      Rene Saarsoo authored
      Search now more intelligently looks first for exact matches,
      then matches at the beginning and finally matches at middle.
      This way the best matches are at the top.
      Maximum of 50 results is returned.
      7d1d6fac
  12. Apr 03, 2011
    • Rene Saarsoo's avatar
      Automatic links to ClassNames. · 6a778adc
      Rene Saarsoo authored
      DocFormatter will now look for names like Ext.form.Field and convert
      them automatically to links.  The same works for method names, when
      written like MyClass#method.
      
      Only links to existing classes are created.  So that when there is
      Foo.Bar in method description but the Foo.Bar class doesn't exists
      (not included to documentation), then no link is created.
      
      Additionally a DocFormatter instance is now created only once per
      the creation of one documentation page, and then passed on to all
      the classes taking part of page creation.  So, no more repeated
      initialization code.
      6a778adc
    • Rene Saarsoo's avatar
      Display warnings for unnamed class members. · 839ece45
      Rene Saarsoo authored
      839ece45
    • Rene Saarsoo's avatar
      Print warnings for globals · 97313f10
      Rene Saarsoo authored
      97313f10
  13. Apr 01, 2011
  14. Mar 31, 2011
  15. Mar 30, 2011
  16. Mar 29, 2011
Loading