DOC

cn.minsin : mutils-pinyin

Maven & Gradle

Apr 01, 2020
1 usages
8 stars

mutils-pinyin · 借助pinyin4j将汉字转拼音的相关帮助类,进行了二次封装.

Table Of Contents

Latest Version

Download cn.minsin : mutils-pinyin Javadoc & API Documentation - Latest Versions:

All Versions

Download cn.minsin : mutils-pinyin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.4.x
0.1.x
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file mutils-pinyin-0.4.0.RELEASE-javadoc.jar to mutils-pinyin-0.4.0.RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mutils-pinyin-0.4.0.RELEASE-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mutils-pinyin-0.4.0.RELEASE-sources.jar" -d "mutils-pinyin-0.4.0.RELEASE-javadoc" -subpackages 

Advertisement