DOC

io.github.qiunet : DuoDuo

Maven & Gradle

Jun 27, 2023
15 stars

DuoDuo · 自己根据过往开发的经验. 自己抽出来的一套公用代码. 代码规避了很多可能在开发出现中的坑点. 然后尽量弱化了配置需求. 会在使用的过程慢慢完善成为一套可以做游戏和App开发的工具模块汇总. Duoduo的原则是 理解后,融入自己的代码中. 所以有问题时候, 能够在第一时间反应过来问题出在哪.

Table Of Contents

Latest Version

Download io.github.qiunet : DuoDuo Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.qiunet : DuoDuo Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
7.1.x
7.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file DuoDuo-7.1.2-javadoc.jar to DuoDuo-7.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder DuoDuo-7.1.2-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 "DuoDuo-7.1.2-sources.jar" -d "DuoDuo-7.1.2-javadoc" -subpackages 

Advertisement