From bae5b6d03b1a296092db2c06ff74c82bf5def99b Mon Sep 17 00:00:00 2001 From: Michael Mathews Date: Sat, 18 Dec 2010 15:18:33 +0000 Subject: [PATCH] Added link to CommonJS module identifiers. --- docs/tags/module.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/tags/module.md b/docs/tags/module.md index 088024f7..75a75e3c 100644 --- a/docs/tags/module.md +++ b/docs/tags/module.md @@ -11,7 +11,7 @@ Syntax @module moduleId -* moduleId (required) - The CommonJs module identifer for this module. +* moduleId (required) - The [CommonJs module identifer][1] for this module. Example ------- @@ -29,4 +29,8 @@ Example Creates docs for: * module:webui/utils -* module:webui/utils.method:twiddle \ No newline at end of file +* module:webui/utils.twiddle + + + +[1]: http://wiki.commonjs.org/wiki/Modules/1.1.1#Module_Identifiers \ No newline at end of file