From 3b4470e7577adfb3a0ff1e6e4f721ecdfde53d3e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 5 Dec 2016 13:47:46 -0500 Subject: Upgrade yuidoc 1.0.0b1 -> 50 yuidoc 1.0.0b1 was crashing on jarmon.test.js. --- jarmonbuild/yuidoc_template/main.tmpl | 160 ++++++++++++++++++---------------- 1 file changed, 85 insertions(+), 75 deletions(-) (limited to 'jarmonbuild/yuidoc_template/main.tmpl') diff --git a/jarmonbuild/yuidoc_template/main.tmpl b/jarmonbuild/yuidoc_template/main.tmpl index d21fd0a..15dce3e 100644 --- a/jarmonbuild/yuidoc_template/main.tmpl +++ b/jarmonbuild/yuidoc_template/main.tmpl @@ -1,25 +1,24 @@ #encoding UTF-8 -#filter EncodeUnicode - API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# + API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# - - + + - - + +
-
+

$projectname v$version API Documentation

$moduletitle  $version

- $projectname + $projectname #if $modulename > $modulename #if $classname# > $classname #end if# @@ -33,11 +32,11 @@
-
+ -
-
-
+
+
+
Filters @@ -61,9 +60,9 @@ - #include raw $filepath_highlighted + $highlightcontent
- #else if $classname + #else if $classname

#if $access#$access#end if# @@ -78,19 +77,19 @@ #if $uses - - uses + - uses #set $i=0 #for $provider in $uses##if $i > 0#, #end if# $provider#set $i=$i+1# #end for# - + #end if

- + #if $subclasses
Known Subclasses:
@@ -103,11 +102,11 @@
#end if - + #if $deprecated
Deprecated: $deprecated
#end if - + #if $see
See also: $see
#end if @@ -127,7 +126,7 @@ #if $constructor.params #set $i=0 #set $current="" - + #for $param in $constructor.params# #if $current != $param.name #if $i > 0#, #end if# @@ -153,7 +152,7 @@ #end for #end if - + #if $constructor.return
Returns:
@@ -161,14 +160,14 @@ $constructor.return
- #end if - + #end if +
#end if - +
#if $properties
@@ -184,18 +183,18 @@ $property.description
- - + + #if $property.default
Default Value: $property.default -
+
#end if #if $property.deprecated
Deprecated: $property.deprecated -
+ #end if
@@ -259,7 +258,7 @@ #end if ) - +
$method.description
@@ -280,11 +279,13 @@ #end if - #if $method.return.type + #if $method.return.description
Returns: - $method.return.type + #if $method.return.type + $method.return.type + #end if
$method.return.description
@@ -293,14 +294,14 @@ #if $method.chainable
Chainable: This method is chainable. -
+ #end if - + #if $method.deprecated
Deprecated $method.deprecated -
+ #end if @@ -314,7 +315,7 @@ #end if #if $inherited.methods -
+
#for $superclassname in $inherited.methods

Methods inherited from $superclassname:

@@ -323,7 +324,7 @@ #set i=0 #set l=len($inherited.methods[$superclassname])-1 #for $method in $inherited.methods[$superclassname] - + $method.name#if $i<$l#,#end if# #set i=i+1 @@ -368,7 +369,7 @@ ) - +
$event.description
@@ -386,7 +387,7 @@ $param.description - + #end for #end if @@ -394,18 +395,18 @@ #if $event.bubbles
Bubbles: This event bubbles to $event.bubbles. -
+
#end if #if $event.preventable
- Preventable: This event is preventable by method: $event.preventable. -
+ Preventable: This event is preventable by method e.preventDefault(). The default function executed by this event is $event.preventable. +
#end if #if $event.deprecated
Deprecated $event.deprecated -
+
#end if @@ -419,7 +420,7 @@ #if $inherited.events -
+
#for $superclassname in $inherited.events

Events inherited from $superclassname:

@@ -456,21 +457,21 @@ $config.description
- + #if $config.deprecated
Deprecated $config.deprecated -
+
#end if - + #if $config.default
Default Value: $config.default -
+ #end if
- + #end for @@ -478,17 +479,17 @@ #end if #if $inherited.configs -
+
#for $superclassname in $inherited.configs

Configuration attributes inherited from $superclassname:

#set i=0 - #set l=len($inherited.methods[$superclassname])-1 + #set l=len($inherited.configs[$superclassname])-1 #for $config in $inherited.configs[$superclassname] #set i=i+1 - + $config.name#if $i<$l#,#end if# #set i=i+1 @@ -502,9 +503,9 @@
#else if $modulename - +

Module: $modulename - + #if $beta Beta #end if @@ -554,12 +555,12 @@ #for $info in $submodules #set count = count + 1 #end for - #if count != 0 + #if count != 0
-

Submodules:

+

Submodules:

#for $info in $submodules -
$info
+
$info
$subdata[$info].description
#end for
@@ -570,9 +571,9 @@
#end if -

-
-
+
+
+
@@ -608,7 +610,7 @@ #if $filenames

Files

-
    +
      #for $filedef in $filenames #set $css = "" #if $filedef == $filename @@ -623,7 +625,7 @@ #if $properties

      Properties

      -
        +
          #for $prop in $properties
        • $prop.name
        • #end for @@ -634,7 +636,7 @@ #if $methods

          Methods

          -
            +
              #for $method in $methods
            • $method.name
            • #end for @@ -645,7 +647,7 @@ #if $events

              Events

              -
                +
                  #for $event in $events
                • $event.name
                • #end for @@ -656,7 +658,7 @@ #if $configs

                  Configuration Attributes

                  -
                    +
                      #for $config in $configs
                    • $config.name
                    • #end for @@ -665,21 +667,29 @@ #end if
                  -
              -
          -
          +
          +
      +

      - Copyright © $year Richard Wall. All rights reserved. -
      + Copyright © $year $copyrighttag All rights reserved. +
#if $ydn - - + + + + #end if -#end filter -- cgit v1.2.3