Skip to content

Commit

Permalink
Merge pull request asciidoctor#163 from abelsromero/master
Browse files Browse the repository at this point in the history
javadoc fixes
  • Loading branch information
abelsromero committed Jun 9, 2015
2 parents 1ab85d3 + 9bee929 commit d79ce38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public interface ExtensionRegistry {
* class and if it can be found in the classpath
*
* @param extensionClassName
* fully qualified name of the class implementing the extension
* @param blockName
* required when declaring
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class AsciidoctorParser extends XhtmlParser {

/**
* The role hint for the {@link AsciiDoctorParser} Plexus component.
* The role hint for the {@link AsciidoctorParser} Plexus component.
*/
public static final String ROLE_HINT = "asciidoc";

Expand Down

0 comments on commit d79ce38

Please sign in to comment.