aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/NodeWithJavadoc.java
Commit message (Expand)AuthorAgeFilesLines
* Add space in word may_beabosch2017-02-091-2/+2
* Fix getJavadocComment to not throw ClassCastException if a comment but not a...abosch2017-02-091-4/+6
* Fix #719Danny van Bruggen2017-01-261-9/+4
* Move hasJavadocCommentDanny van Bruggen2017-01-261-7/+13
* Feedback from @arturboschDanny van Bruggen2017-01-261-2/+8
* Start using the HashCodeVisitorDanny van Bruggen2017-01-221-1/+1
* issue433: add Javadoc.toCommentFederico Tomassetti2017-01-111-0/+5
* issue433: integrate JavadocParser into JavaParserFederico Tomassetti2017-01-111-2/+2
* issue433: revise NodeWithJavadocFederico Tomassetti2017-01-111-5/+26
* issue681: add and test NodeWithJavadoc.removeJavaDocCommentFederico Tomassetti2017-01-021-0/+5
* Document NodeWith... classesDanny van Bruggen2016-12-201-0/+48