mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Trivial improvement to javadoc. Replaced some <> with <> to make javadoc look right in Eclipse.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@47269 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -282,9 +282,9 @@ public class RhinoScriptProcessor extends BaseProcessor implements ScriptProcess
|
||||
/**
|
||||
* Resolve the imports in the specified script. Supported include directives are of the following form:
|
||||
* <pre>
|
||||
* <import resource="classpath:alfresco/includeme.js">
|
||||
* <import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048">
|
||||
* <import resource="/Company Home/Data Dictionary/Scripts/includeme.js">
|
||||
* <import resource="classpath:alfresco/includeme.js">
|
||||
* <import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048">
|
||||
* <import resource="/Company Home/Data Dictionary/Scripts/includeme.js">
|
||||
* </pre>
|
||||
* Either a classpath resource, NodeRef or cm:name path based script can be includes. Multiple includes
|
||||
* of the same script are dealt with correctly and nested includes of scripts is fully supported.
|
||||
|
Reference in New Issue
Block a user