Skip to content

Commit

Permalink
fixed a bug with the glossary builder and sections
Browse files Browse the repository at this point in the history
  • Loading branch information
iantmoore committed Jan 24, 2018
1 parent c4a6b12 commit 2b32f6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ Requirements
* Java 8
* Scala 2.12.3 (included)

1.1.5
-----
* Fix a bug with the Glossary builder not setting section correctly.


1.1.4
-----
* Fix for #77 Glossary Builder mojo unable to load step implementation meta information from jars


1.1.3
-----
* Changed the root report page to be index.html. Added a redirect page in for the old.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static boolean start(final RootDoc root) {
}
}

expression.setSection(getSingleJavadocTagValue(md, sec));
expression.setSection(sec);

String line = annotation.value();
expression.setRegex(line);
Expand Down

0 comments on commit 2b32f6b

Please sign in to comment.