jaxrsdoc 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/jaxrsdoc_version.rb +1 -1
  2. data/lib/parse.rb +1 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module JaxrsDoc
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
@@ -60,7 +60,7 @@ module JaxrsDoc
60
60
  type_description = remove_params_description(@java_file.head.javadoc)
61
61
  @java_file.method_blocks.each { |section|
62
62
  group = AnnotationScanner.scan_annotations(section.content)
63
- group.javadoc = section.javadoc
63
+ group.javadoc = remove_params_description(section.javadoc)
64
64
  descriptions.update(ParamDescriptionScanner.scan_params_descriptions(section.content))
65
65
  unless group.empty?
66
66
  verbs_annotations[:gets] << group if(group.get)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jaxrsdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: