From c20f399d1d8cfb917357217bae2f7ebc07dad8fd Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Fri, 21 Sep 2012 11:11:47 -0700 Subject: [PATCH] show type of events; link to type of return values (#192) --- templates/default/tmpl/exceptions.tmpl | 9 ++------- templates/default/tmpl/method.tmpl | 9 +++++++++ templates/default/tmpl/params.tmpl | 11 +++-------- templates/default/tmpl/properties.tmpl | 11 +++-------- templates/default/tmpl/returns.tmpl | 17 +++-------------- templates/default/tmpl/type.tmpl | 9 +++++++++ 6 files changed, 29 insertions(+), 37 deletions(-) create mode 100644 templates/default/tmpl/type.tmpl diff --git a/templates/default/tmpl/exceptions.tmpl b/templates/default/tmpl/exceptions.tmpl index ea02ff56..426c07be 100644 --- a/templates/default/tmpl/exceptions.tmpl +++ b/templates/default/tmpl/exceptions.tmpl @@ -4,18 +4,13 @@ - +
Type
- - | - +
\ No newline at end of file diff --git a/templates/default/tmpl/method.tmpl b/templates/default/tmpl/method.tmpl index 6527074e..4f27c299 100644 --- a/templates/default/tmpl/method.tmpl +++ b/templates/default/tmpl/method.tmpl @@ -13,6 +13,15 @@ + + +
Type:
+ +
This:
diff --git a/templates/default/tmpl/params.tmpl b/templates/default/tmpl/params.tmpl index 4bc50f0e..0c301e9a 100644 --- a/templates/default/tmpl/params.tmpl +++ b/templates/default/tmpl/params.tmpl @@ -72,14 +72,9 @@ - - - | - + + + diff --git a/templates/default/tmpl/properties.tmpl b/templates/default/tmpl/properties.tmpl index 9ec1a997..2f5be2ab 100644 --- a/templates/default/tmpl/properties.tmpl +++ b/templates/default/tmpl/properties.tmpl @@ -72,14 +72,9 @@ - - - | - + + + diff --git a/templates/default/tmpl/returns.tmpl b/templates/default/tmpl/returns.tmpl index 257550f9..cbcaf3a8 100644 --- a/templates/default/tmpl/returns.tmpl +++ b/templates/default/tmpl/returns.tmpl @@ -4,24 +4,13 @@ - - +
Type
- - | - +
- \ No newline at end of file + \ No newline at end of file diff --git a/templates/default/tmpl/type.tmpl b/templates/default/tmpl/type.tmpl new file mode 100644 index 00000000..781c1830 --- /dev/null +++ b/templates/default/tmpl/type.tmpl @@ -0,0 +1,9 @@ + + + + | + + \ No newline at end of file