From 8f86157786c543623d580634c09aebec0472a406 Mon Sep 17 00:00:00 2001
From: Yoshiki Shibukawa
Date: Thu, 11 Apr 2013 08:58:23 -0700
Subject: [PATCH] Change sample descrption more explicit
---
Jake/articles/tags-classdesc | 4 ++--
tags-classdesc.html | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Jake/articles/tags-classdesc b/Jake/articles/tags-classdesc
index 033ef87b..3e6ff8f7 100644
--- a/Jake/articles/tags-classdesc
+++ b/Jake/articles/tags-classdesc
@@ -24,7 +24,7 @@
As shown below, a class has places for two descriptions, one applies to the function itself, while the other applies to the class in general.
-{{#example}}A doclet with both a description and a class description
+{{#example}}A doclet with both a constructor function description and a class description
/**
* This is a description of the MyClass constructor function.
* @class
@@ -39,4 +39,4 @@ function MyClass() {
\ No newline at end of file
+
diff --git a/tags-classdesc.html b/tags-classdesc.html
index 419c752d..f47699fb 100644
--- a/tags-classdesc.html
+++ b/tags-classdesc.html
@@ -198,7 +198,7 @@ Examples
-- A doclet with both a description and a class description
+- A doclet with both a constructor function description and a class description
-
/**
@@ -217,6 +217,7 @@ Examples
- @description
- @class
+