Skip to content

Commit b564829

Browse files
committed
Add pegdown-doclet
Add pegdown-doclet and add new chapter about documentation (tools). So chapter "7. Other" becomes "8. Other".
1 parent 6926d25 commit b564829

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ It's fork of [awesome link](https://github.com/akullpp/awesome-java) with new st
7777
- [4. Code Analysis](#4-code-analysis)
7878
- [5. Monitoring](#5-monitoring)
7979
- [6. Redefinition of classes at runtime](#6-redefinition-of-classes-at-runtime)
80-
- [7. Other](#7-other)
80+
- [7. Documentation](#7-documentation)
81+
- [8. Other](#8-other)
8182

8283
- [VI. Program languages and applications, that was written with Java](#vi-program-languages-and-applications-that-was-written-with-java)
8384
- [1. Program languages, that was written with Java](#1--program-languages-that-was-written-with-java)
@@ -1119,7 +1120,12 @@ Teamware, ClearCase, Perforce, Monotone and Bazaar. License: [CDDL 1.0](http://o
11191120
1. [JRebel](http://zeroturnaround.com/software/jrebel/) - Reload code changes instantly. Skip the build and redeploy process. JRebel reloads changes to Java classes, resources, and over 90 frameworks. *License: proprietary*![proprietary license](https://github.com/Vedenin/useful-java-links/blob/master/img/proprietary-license.png?raw=true)
11201121
1. [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Java agent that enables class reloading in a running JVM. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0)![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)
11211122

1122-
### 7. Other
1123+
### 7. Documentation
1124+
[Up](#useful-java-links)
1125+
1126+
1. [Pegdown-doclet](https://github.com/Abnaxos/pegdown-doclet) A Doclet that allows the use of Markdown ([Pegdown](https://github.com/sirthias/pegdown)) and [PlantUML](http://plantuml.com/) in JavaDoc comments. License: [GPL 3.0](http://www.gnu.org/licenses/gpl-3.0-standalone.html), github's star - 144.
1127+
1128+
### 8. Other
11231129
[Up](#useful-java-links)
11241130

11251131
1. [Google J2ObjC:](https://github.com/google/j2objc) A Java to iOS Objective-C translation tool and runtime. License: [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) , github's star - 2940. ![business friendly license](https://github.com/Vedenin/useful-java-links/blob/master/img/business-friendly.png?raw=true)

0 commit comments

Comments
 (0)