What is the translation of " JAVADOC " in English?

Examples of using Javadoc in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
JavaDoc有所有的细节.
Gizmodo has all the details.
默认情况下,Javadoc中不包含注解。
(By default, annotations are not included in Javadoc.).
作为javadoc的补充,提供了更加广泛的用户指南。
This supplements the Javadoc, providing a broader user guide.
每个类或成员的Javadoc以一个简短的摘要片段开始。
The Javadoc for each class and member begins with a brief summary fragment.
Javadoc工具总有一天会注意到静态工厂方法。
The Javadoc tool may someday draw attention to static factory methods.
它拥有JRE所拥有的一切,还有编译器(javac)和工具(如javadoc和jdb)。
It has everything the JRE has, but also the compiler(javac) and tools(like javadoc and jdb).
Javadoc写在项目旁边,没有任何分隔换行符。
The Javadoc is written next to the items without any separating newline.
另请注意,Javadoc标签以小写字母d开头,注解以大写字母D开始。
Also, note that the Javadoc tag starts with a lowercase"d" and the annotation starts with an uppercase"D".
JavadocAPI文档工具功能已经被增强,可以生成HTML5标记。
The Javadoc API documentation tool is being enhanced to generate HTML5 markup.
你可以使用javadoc工具软件来生成信息,并输出到HTML文件中。
You can then use the javadoc utility program to extract the information and put it into an HTML file.
Javadoc使用的“doccomments”格式是记录Java类的事实上的行业标准。
The"doc comments" format used by Javadoc is the de facto industry standard for documenting Java classes.
关于兼容方面的更多信息可以参照ContextLoaderServlet的JavaDoc
For more information on compatibility, have a look at the Javadoc for the ContextLoaderServlet.
在JDK9中,Javadoc文档工具经过增强现在支持生成HTML5标记文档。
In JDK 9, the Javadoc documentation tool is enhanced to generate HTML5 markup.
这些指令定义为CronTrigger本身的常量(包括描述其行为的JavaDoc)。
These instructions are defined as constants on CronTrigger itself(including JavaDoc describing their behavior).
无法遵循行宽限制(例如:Javadoc中的长URL,或一个长的JSNI引用.
Lines where obeying the column limit is not possible(for example,a long URL in Javadoc, or a long JSNI method reference).
作为新的开发人员,您将要使用的主要工具是javac编译器,java启动器和javadoc文档工具。
As a new developer, the main tools required are the javac compiler,the java launcher, and the javadoc documentation tool.
例外:不可能满足列限制的行(例如,Javadoc中的一个长URL,或是一个长的JSNI方法参考)。
Lines where obeying the column limit is not possible(for example,a long URL in Javadoc, or a long JSNI method reference).
它使用类似于Javadoc与Doxygen的语法,并且支持实时预览,支持各种语言,并且支持标记语言。
It uses syntax similar to Javadoc and Doxygen tools and offers live previews, extensive language support, and advanced markup.
A、按照行长度限制,无法实现地方(例如:javadoc中超长的URL地址,或者一个超长的JSNI方法的引用);.
Lines where obeying the column limit is not possible(for example,a long URL in Javadoc, or a long JSNI method reference).
作为新的开发人员,您将要使用的主要工具是javac编译器,java启动器和javadoc文档工具。
As a new developer, the main tools you will be using are the javac compiler,the java launcher, and the Javadoc documentation tool.
自第一个版本以来,Java一直使用Javadoc,并且通常在Java开发工具包的每个新版本上都会更新。
Javadoc has been used by Java since the first release, and is usually updated upon every new release of the Java Development Kit.
将SWT项目作为依赖项,你可以使用Eclipse的一些方便的功能例如Javadoc视图和代码提示(codeassist).
With the SWT project as a dependency,you can now benefit from Eclipse features such as the Javadoc view and code assist.
这样可以让javadoc针对代码产生简单的文档,它列出了公共实体和每个实体的简要说明。
This allows someone to run javadoc against the code and generate a simple document that lists the public entities and a brief description of each.
因此,Java源文件可以包含自己的文档,通常由单独的工具读取,javadoc并重新格式化为HTML。
Therefore, Java source files can contain their own documentation,which is read by a separate tool usually javadoc and reformatted into HTML.
Lock的Javadoc、ReentrantLock以及Condition提供了有关新锁定类的应用程序和行为的更多信息。
The Javadoc for Lock, ReentrantLock, and Condition offers further information on the application and behavior of the new locking classes.
一般而言,如果标注的目的是影响或产生文档,那么就该用javadoc标签,否则就用注解。
In general, if the markup is intended to affect or produce documentation,it should probably be a javadoc tag; otherwise, it should be an annotation.
GoDoc的一个显著特点是它不使用任何其他的语言,如JavaDoc、PHPDoc或JSDoc来注释代码中的结构,只需要用英语。
A remarkable thing about GoDocis that it doesn't use any extra languages, like JavaDoc, PHPDoc, or JSDoc to annotate constructions in your code.
编写文档注释的基本结构是将它们嵌入到/**.中。Javadoc写在项目旁边,没有任何分隔换行符。请注意,任何import语句必须在类声明之前。类声明通常包括:.
The basic structure of writing document comments isto embed them inside/**…*/. The Javadoc is written next to the items without any separating newline. Note that any import statements must precede the class declaration.
通过标准多行注释标记/*and*/从代码中引发Javadoc注释。起始标记(称为开始-注释分隔符)具有额外的星号,如/**中所示。
A Javadoc comment is set off from code by standard multi-line comment tags/* and*/. The opening tag(called begin-comment delimiter), has an extra asterisk, as in/**.
Results: 29, Time: 0.0142

Top dictionary queries

Chinese - English