Skip to content

Commit

Permalink
Merge pull request #6955 from ebarboni/apidoc210
Browse files Browse the repository at this point in the history
fix apidocs for NB21
  • Loading branch information
neilcsmith-net authored Jan 22, 2024
2 parents 82c6c8f + 9487390 commit f3d6589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ide/libs.git/apichanges.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ is the proper place.
</li>
</ul>
</description>
<class package="org.netbeans.libs.git.jgit.commands" name="PushCommand"/>
<!-- PushCommand is not in apidoc -->
<class package="org.netbeans.libs.git.jgit.commands" name="PushCommand" link="no"/>
</change>
<change>
<api name="gitlibrary_api"/>
Expand Down
2 changes: 1 addition & 1 deletion nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void execute () throws BuildException {
JUnitReportWriter.writeReport(this, null, report, Collections.singletonMap("testBrokenLinks", testMessage));
}

private static Pattern hrefOrAnchor = Pattern.compile("<(a|img|link|h3)(\\s+shape=\"rect\")?(?:\\s+rel=\"stylesheet\")?\\s+(href|name|id|src)=\"([^\"#]*)(#[^\"$]+)?\"(\\s+shape=\"rect\")?(?:\\s+type=\"text/css\")?\\s*/?>", Pattern.CASE_INSENSITIVE);
private static Pattern hrefOrAnchor = Pattern.compile("<(a|img|link|h3|span)(\\s+shape=\"rect\")?(?:\\s+rel=\"stylesheet\")?\\s+(href|name|id|src)=\"([^\"#]*)(#[^\"$]+)?\"(\\s+shape=\"rect\")?(?:\\s+type=\"text/css\")?\\s*/?>", Pattern.CASE_INSENSITIVE);
private static Pattern lineBreak = Pattern.compile("^", Pattern.MULTILINE);

/**
Expand Down

0 comments on commit f3d6589

Please sign in to comment.