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