What is the translation of " JAVADOC " in Chinese?

Examples of using Javadoc in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Well-documented Javadoc, user guide and examples.
详细记录的Javadoc,用户指南和示例.
(By default, annotations are not included in Javadoc.).
默认情况下,Javadoc中不包含注解。
Javadoc was an early Java language documentation generator.
Javadoc是早期的Java语言文档生成器。
This supplements the Javadoc, providing a broader user guide.
作为javadoc的补充,提供了更加广泛的用户指南。
In Java, this includes but is not limited to: keytool, javadoc and jarsigner.
其他可以运行该命令的命令包括但不限于:keytool,javadoc和jarsigner。
The Javadoc tool may someday draw attention to static factory methods.
Javadoc工具总有一天会注意到静态工厂方法。
On CronTrigger itself(including Javadoc describing their behavior).
这些指令定义为CronTrigger本身的常量(包括描述其行为的JavaDoc)。
And the javadoc page includes a statement that your interface is a functional interface.
在jacadoc页面也会包含一条声明,说明这个接口是一个函数式接口。
It has everything the JRE has, but also the compiler(javac) and tools(like javadoc and jdb).
它拥有JRE所拥有的一切,还有编译器(javac)和工具(如javadoc和jdb)。
Javadoc: just(item)(there are also versions that accept between two and nine items as parameters).
Javadoc:just(item)(还有其它接受二到九个参数的版本).
Indicates that annotations with a type are to be documented by javadoc and similar tools by default.
Documented:指示某一类型的注释将通过javadoc和类似的默认工具进行文档化。
Also, note that the Javadoc tag starts with a lowercase"d" and the annotation starts with an uppercase"D".
另请注意,Javadoc标签以小写字母d开头,注解以大写字母D开始。
These instructions are defined as constants on CronTrigger itself(including JavaDoc describing their behavior).
这些指令定义为CronTrigger本身的常量(包括描述其行为的JavaDoc)。
It uses syntax similar to Javadoc and Doxygen tools and offers live previews, extensive language support, and advanced markup.
它使用类似于Javadoc与Doxygen的语法,并且支持实时预览,支持各种语言,并且支持标记语言。
Lines where obeying the column limit is not possible(for example,a long URL in Javadoc, or a long JSNI method reference).
无法遵循行宽限制(例如:Javadoc中的长URL,或一个长的JSNI引用.
Javadoc has been used by Java since the first release, and is usually updated upon every new release of the Java Development Kit.
自第一个版本以来,Java一直使用Javadoc,并且通常在Java开发工具包的每个新版本上都会更新。
Lines where obeying the column limit is not possible(for example,a long URL in Javadoc, or a long JSNI method reference).
例外:不可能满足列限制的行(例如,Javadoc中的一个长URL,或是一个长的JSNI方法参考)。
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.
这样可以让javadoc针对代码产生简单的文档,它列出了公共实体和每个实体的简要说明。
As a new developer, the main tools required are the javac compiler,the java launcher, and the javadoc documentation tool.
作为新的开发人员,您将要使用的主要工具是javac编译器,java启动器和javadoc文档工具。
The Javadoc for Lock, ReentrantLock, and Condition offers further information on the application and behavior of the new locking classes.
Lock的Javadoc、ReentrantLock以及Condition提供了有关新锁定类的应用程序和行为的更多信息。
You may also use documentation comments in front on non-public methods,and use a javadoc option to generate documentation for them.
你同样可以在非公共方法前面使用文档注释,不过需要使用一个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/**.
通过标准多行注释标记/*and*/从代码中引发Javadoc注释。起始标记(称为开始-注释分隔符)具有额外的星号,如/**中所示。
Lines where obeying the column limit is not possible(for example,a long URL in Javadoc, or a long JSNI method reference).
A、按照行长度限制,无法实现地方(例如:javadoc中超长的URL地址,或者一个超长的JSNI方法的引用);.
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.
编写文档注释的基本结构是将它们嵌入到/**.中。Javadoc写在项目旁边,没有任何分隔换行符。请注意,任何import语句必须在类声明之前。类声明通常包括:.
As a new developer, the main tools you will be using are the javac compiler,the java launcher, and the Javadoc documentation tool.
作为新的开发人员,您将要使用的主要工具是javac编译器,java启动器和javadoc文档工具。
A remarkable thing about GoDocis that it doesn't use any extra languages, like JavaDoc, PHPDoc, or JSDoc to annotate constructions in your code.
GoDoc的一个显著特点是它不使用任何其他的语言,如JavaDoc、PHPDoc或JSDoc来注释代码中的结构,只需要用英语。
With the SWT project as a dependency,you can now benefit from Eclipse features such as the Javadoc view and code assist.
将SWT项目作为依赖项,你可以使用Eclipse的一些方便的功能例如Javadoc视图和代码提示(codeassist).
Therefore, Java source files can contain their own documentation,which is read by a separate tool usually javadoc and reformatted into HTML.
因此,Java源文件可以包含自己的文档,通常由单独的工具读取,javadoc并重新格式化为HTML。
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.
一般而言,如果标注的目的是影响或产生文档,那么就该用javadoc标签,否则就用注解。
Results: 29, Time: 0.023

Top dictionary queries

English - Chinese