Commit bbb7b041 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Showing @xtype information in generated pages.

Strange how I forgot to add this really useful and trivial-to-implement feature.
parent fb032b76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ module JsDuck
        abstract_row("Extends:", @cls.parent ? class_link(@cls.parent.full_name) : "Object"),
        abstract_row("Defind In:", file_link),
        @subclasses[@cls] ? abstract_row("Subclasses:", subclasses) : "",
        @cls[:xtype] ? abstract_row("xtype:", @cls[:xtype]) : "",
       "</table>",
      ].join("\n")
    end