这个还是蛮重要的,以前就一直很羡慕Java有一套标准来着:
转自:https://aptanastudio.tenderapp.com/faqs/using-code-assist/scriptdoc-tag-quick
引用
This page provides an at-a-glance reference for the tags for the Aptana ScriptDoc system. For comprehensive ScriptDoc tag information, including syntax and examples, see the [ScriptDoc comprehensive tag reference] page.
Tag Description
[@alias] ID for a class or function.
[@author] Author of a JavaScript file or function.
[@classDescription] Description of the class (if applicable).
[@constructor] Signifies that a function is a constructor for a class.
[@deprecated] Signifies that a function or a property has been deprecated.
[@exception] Specifies the type of exception thrown by a function.
[@id] Unique identifier for a function or property.
[@inherits] Indicated one "class" derives from another.
[@memberOf] Signifies that a function is a member of the specified class.
[@method] Signifies that a function is a method of a class, if applicable.
[@namespace] Creates the link between the namespace of a library file and an external .sdoc file.
[@param] Use @param to tag each parameter for a function.
[@projectDescription] Gives a description of the JavaScript file.
[@return] Specifies information about the return value(s) of a function.
[@sdoc] Defines the path to an external .sdoc file for a library file.
[@see] Links to another related class or function.
[@since] Specifies since which version the library, function, or property became valid.
[@type] Specifies what data type a property is.
[@version] Specifies the version number of the JavaScript file or class.
分享到:
相关推荐
标题中的“Notation”是一款专为追求效率的用户设计的纯文本笔记工具,它以其极简的界面和高效的功能著称。这款软件的核心优势在于它的轻盈性,启动速度快,这意味着用户可以迅速打开并开始记录想法,而不会被漫长的...
极简轻盈高效的纯文本笔记工具软件。如果你需要一款 Windows 上的极简高效的笔记软件,Notation 将会是你很好的选择。而它配合 SimpleNote 又能完美的跨平台使用,使得该软件实用性大大提升。
Notation Player,可以将MIDI文件以乐谱的形式显示和打印。MID音乐格式原理是源文件只提供一串或几串乐谱信息流,一个乐符对应你电脑声卡中的一个标准音,当播放器读取迷笛时,就是一个从声卡里提取、加工、合成工作...
CSON-py python中CSON(Cursive Script Object Notation)的初步实现它可能不会按原样工作,但如果您阅读源代码,您可以轻松地使其工作。 这个实现是基于CSON-JS: CSON 文档
图表可以是类图、对象图、序列图等多种类型,每种图表都有其独特的元素和规则。图表内容通常包括节点、连接和关系等基本元素。 - **图表和内容**:UML图表由一系列图表元素组成,如节点、边和注释等。 - **绘制路径...
ASN.1 编码规则详解 ASN.1(Abstract Syntax Notation one)是一种标准化的语言,用于描述抽象数据类型的规格形式。它提供了一套正式、无歧义和精确的规则,以描述独立于特定计算机硬件的对象结构。ASN.1 是通信...
3. **流程图表示**:规则流通过 BPMN2(Business Process Model and Notation)标准的图形化表示,包括开始节点、结束节点、决策节点、任务节点等。 ### 四、规则流元素 - **开始节点(Start Node)**:流程的起点...
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写,同时也易于机器解析和生成。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立...
### X.682-Abstract Syntax Notation One (ASN.1): Constraint Specification #### 标题解析 **X.682-Abstract Syntax Notation One (ASN.1): Constraint specification** 这一标题指明了该文档是关于ASN.1(抽象...
JSON,全称JavaScript Object Notation,是一种轻量级的数据交换格式,被广泛应用于网络服务间的数据传输以及存储数据。它的设计目标是简洁、易读、易写,同时也方便机器进行解析和生成。JSON 根植于 JavaScript ...
业务流程建模标注(Business Process Modeling Notation,BPMN)详细介绍 - BPEL
JSON(JavaScript Object Notation)是一种轻量级、基于文本的、独立于语言的数据交换格式。它的设计目的是使得人类和机器都能容易地读取和编写JSON数据。JSON基于ECMAScript编程语言标准。JSON定义了一组用于数据...
Notation Jl
波兰表达式c语言递归 polish_notation_recursion polish_notation_recursion polish_notation_recursion polish_notation_recursion
/ script > 用法main.js: import VueRoughNotation from 'vue-rough-notation' ;Vue . use ( VueRoughNotation ) ; 全局选项默认的全局选项是: { // Turn on/off animation when annotating. animate : tru
JSON(JavaScriptObject Notation)是一种轻量级的数据交换格式。它基于JavaScript的一个子集。JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯。这些特性使JSON成为理想的数据交换语言。易于人...
深度学习文档 Standard notations for Deep Learning This document has the purpose of discussing a new standard for deep learning mathematical notations.
ASN.1(Abstract Syntax Notation One)是一种国际标准,用于定义抽象数据类型的规格形式。它是由国际标准化组织(ISO)和国际电信联盟(ITU-T)共同制定的一种形式化的标记语言。ASN.1的名称来源于它是一种抽象语法...