Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit d352673

Browse files
author
Clément Le Provost
committed
Support Markdown formatting in Javadoc comments
… via [Pegdown Doclet](https://github.com/Abnaxos/pegdown-doclet). Fixes #131.
1 parent 3782c77 commit d352673

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

algoliasearch/common.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ dependencies {
9292
// Javadoc
9393
// -------
9494

95+
apply plugin: 'ch.raffael.pegdown-doclet'
96+
9597
// Compile docs.
9698
task javadoc(type: Javadoc) {
9799
source = android.sourceSets.main.java.srcDirs

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ buildscript {
2828
jcenter()
2929
}
3030
dependencies {
31+
classpath 'ch.raffael.pegdown-doclet:pegdown-doclet:1.3'
3132
classpath 'com.android.tools.build:gradle:1.5.0'
3233
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
3334

0 commit comments

Comments
 (0)