apigcc / apigcc-gradle-plugin

easy use apigcc with gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apiggs-gradle-plugin

Download

easy use apigcc with gradle

Usage

install build.gradle

buildscript {
    dependencies {
        classpath 'com.github.apiggs:apiggs-gradle-plugin:替换为上方版本号'
    }
}

apply plugin: 'com.github.apiggs'

apiggs{
 // options here
 id = 'apigcc-gradle-plugin'
 title='设置的文档标题' 
}

cmd

gradle apiggs

tasks

Tasks/documentation/apiggs

options

  1. id 项目id,生成id.html文件
  2. title 文档标题
  3. description 文档描述
  4. production 输出文件夹,默认为 apiggs
  5. out 输出目录,默认为 target
  6. source 源码目录
  7. dependency 源码依赖的代码目录,以逗号隔开
  8. jar 源码依赖的jar包目录,以逗号隔开
  9. ignore 忽略某些类型
  10. version 文档版本号

About

easy use apigcc with gradle

License:MIT License


Languages

Language:Java 100.0%