Skip to content

Commit bd15992

Browse files
KengoTODAjsotuyod
authored andcommitted
add Javadoc badges (spotbugs#138)
1 parent fe8a8d6 commit bd15992

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://travis-ci.org/spotbugs/spotbugs.svg?branch=master)](https://travis-ci.org/spotbugs/spotbugs)
55
[![Coverage Status](https://coveralls.io/repos/github/spotbugs/spotbugs/badge.svg?branch=master)](https://coveralls.io/github/spotbugs/spotbugs?branch=master)
66
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs)
7+
[![Javadocs](http://javadoc.io/badge/com.github.spotbugs/spotbugs.svg)](http://javadoc.io/doc/com.github.spotbugs/spotbugs)
78

89

910
[SpotBugs](https://spotbugs.github.io/) is the spiritual successor of [FindBugs](https://github.com/findbugsproject/findbugs), carrying on from the point where it left off with support of its community.

spotbugs-annotations/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SpotBugs Annotations
22

33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-annotations/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-annotations)
4+
[![Javadocs](http://javadoc.io/badge/com.github.spotbugs/spotbugs-annotations.svg)](http://javadoc.io/doc/com.github.spotbugs/spotbugs-annotations)

spotbugs-ant/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SpotBugs Ant Task
22

33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-ant/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/spotbugs-ant)
4+
[![Javadocs](http://javadoc.io/badge/com.github.spotbugs/spotbugs-ant.svg)](http://javadoc.io/doc/com.github.spotbugs/spotbugs-ant)

test-harness/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SpotBugs Test Harness
22

33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/test-harness/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spotbugs/test-harness)
4+
[![Javadocs](http://javadoc.io/badge/com.github.spotbugs/test-harness.svg)](http://javadoc.io/doc/com.github.spotbugs/test-harness)

0 commit comments

Comments
 (0)