diff --git a/docs/syntax/index.mustache b/docs/syntax/index.mustache index 6a458216..70595f8c 100644 --- a/docs/syntax/index.mustache +++ b/docs/syntax/index.mustache @@ -111,7 +111,7 @@ function IO (config) { In JavaScript, this is generally an object with a constructor function. The value of `@class` should be the string that identifies the functional class on its parent object. For example, the `@class` for `Y.DD.Drag` would be `Drag` - (and its `@namespace` would be `DD`).

+ (and its `@namespace` would be `DD`).

YUIDoc expects methods, properties, attributes, and events to belong to a class, so in general you must provide at least one class for each module in your source tree.