In the previous blog post discussion of automation engineering issues, NODEJS-based, gulp, grunt JSDoc plug-ins are used for document automation. This paper discusses the implementation of automation based on Java environment.One, Java installation and environment configurationFor Java installation and environment configuration, you can refer to the blog Yui Compressor for Sublime Text2Second, Jsdoc-tookit
Fire_jsdoc 3 generates javascript API documentation 1. javascript annotation specifications when writing javascript files, some annotations are generally added. For example, some files, classes, methods, and attributes should be annotated with appropriate tags and types. It is not only convenient for us to read, but also a good habit. The greater benefit is that we can generate help documents based on these annotations. The following is a more standar
JSDoc Toolkit recently released the 2.3.2 version, mainly to the previous version of the repair.
If you need to use Ant,jsdoc and an ant plug-in: JSDoc Toolkit ant Task
Download JSDoc Toolkit2.3.2:http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.3.2.zip
Command nam
rewriting) a feature is usually relatively easy, but it's not easy to read existing code and make it clear how it works. Annotations can be added appropriately when writing code, so that when other developers understand how the code works, especially to modify the functionality of the code, they can reduce their burden and save their time and effort.
The Java language introduces a tool called Javadoc. This tool generates API documentation in HTML fo
With the popularity of Web2.0, JavaScript has become a recognized programming language, due to the emergence of a large number of JS open source framework, the use of JavaScript development projects more and more, more and more. At the same time, there are more and more JavaScript development problems exposed, such as performance, Web page loading speed, etc., in which JavaScript document maintenance has become a problem for developers to solve.
Many modern programming languages have their own i
Getting started with jsdoc
Java introduces a tool named javadoc. This tool can be based onSource codeGenerate API documentation in HTML format. The generated HTML document can be read in any web browser, and can be published online because it is generated in HTML format, so that developers can easily access these documents. API documentation should be provided i
First, download the jsdoc-JavaScript documentation tool. Http://sourceforge.net/projects/jsdoc.
1. download and install the Perl environment, ActivePerl-5.10.0.1003-i686-linux-glibc-2.3.2-285500.deb. The website http://www.activeperl.com/has been downloaded. A few simple information may not be considered a registration.
2. Run Perl
JsDoc Toolkit recently released version 2.3.2, which mainly fixes previous versions.If you need to use Ant, JsDoc also has an Ant plug-in: JsDoc Toolkit Ant TaskDownload JsDoc Toolkit2.3.2: http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.3.2.zipCommand Name Descrip
JsDocToolkit is a tool used to format js descriptions into documents. Developers can easily export documents by writing comments according to the JsDoc specifications. It is a JsDoc generation tool recommended by google. JsDoc Toolkit recently released version 2.3.2, which mainly fixes previous versions.
If you need to use Ant,
JsDoc Toolkit recently released version 2.3.2, which mainly fixes previous versions.
If you need to use Ant, JsDoc also has an Ant plug-in: JsDoc Toolkit Ant Task
Download JsDoc Toolkit2.3.2: http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.3.2.zip
Command Name Des
JSDoc can generate API documents similar to JavaDoc, which is essential for front-end development.
Download jsdoc-tookit (http://code.google.com/p/jsdoc-toolkit/) and jsdoc-tookit-ant-task (http://code.google.com/p/jsdoc-toolkit-ant-task/), the escape Function of CSDN is pro
the variable values) Separated4. "Start"-"Run"-enter "Javac" and "enter", if you can print the usage instructions correctly, the configuration is successful!Analysis of supplemental environment variables:Installation path for JAVA_HOME:JDKClasspath:java load Classpath, only the class is recognized by the Java command in Classpath, and a "." is added before the path. Represents the current path.Path: The Java,javac command can be recognized by the system under any path.Second, download Jsdoc_too
constructor of a class@type The return type of the specified function@extends indicates that a class derives from another class. JSDoc is usually able to detect this information by itself, but in some cases it must be used@private indicates that a class or function is private. Private classes and functions do not appear in HTML documents unless –private command-line options are available when running JSDoc
Jsdoc-Toolkit is basically used on the Internet, so it won't steal others. Share some of the advanced usage I haven't found:
1. how to specify the script file list for generating a document. For example, a script library contains many files and only wants to generate a part of the doc. The command line does not have relevant parameters. You can use the configuration file, the parameter "_" is the source file list.
{
2. How to insert exte
constructor. @constructor explicitly that a function is a constructor for a class. @type Specifies the return type of the function. @extends indicates that a class derives from another class.This information is usually detected by JSDoc itself, but in some cases this tag must be used. @private indicates that a class or function is private.Private classes and functions do not appear in HTML documents unless the-private command-line option is available
Jquery.cookie uses documentation, $.cookie () documentation tutorials, JS operation Cookie Tutorial documentation.Actions in Jquery.cookie:Jquery.cookie.js is a jquery-based plugin that Https://github.com/carhartl/jquery-cookieCreate a session Cookie:$.cookie (' cookiename ', ' cookievalue ');Note: When no cookie time is specified, the cookie is created by default until the user's browser is closed and is r
Writing technical documentation is one of the most daunting tasks for many developers. It itself is a time-consuming and laborious job to do well. But most of the time, people are always trying to take shortcuts, and the results are often very regrettable, because quality technical documentation is an important factor in determining whether your project is a concern. This is true for both open source and de
Tags: sqlAzure Documentation:https://docs.azure.cn/zh-cn/#pivot =productspanel=databasesSQL Data Warehouse Documentation:https://docs.azure.cn/zh-cn/sql-data-warehouse/Learn how to use SQL Data Warehouse, which combines SQL Server relational databases with massively parallel processing. Tutorials and other documentation describe how to load data into the Data warehouse and analyze, manage, and export data.Azure SQL Database Documentation:https://docs.
First, prefaceIn a multi-person collaborative project, in addition to good code specifications, the complete API documentation is also very important. Through the documentation we quickly understand the actual interface of each module of the system, its usage scenarios, use examples to reduce communication costs to a certain extent, and reduce the risk of loss of knowledge in later maintenance.For. Net, we
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.