Skip to content

Commit

Permalink
Module pages are lost, remove the link for now
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 21, 2011
1 parent ed3a554 commit f1ffaca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/net/sf/cdk/tools/doclets/CDKModuleTaglet.java
Expand Up @@ -73,8 +73,7 @@ public static void register(Map<String, CDKModuleTaglet> tagletMap) {

public String toString(Tag tag) {
return "<DT><B>Belongs to CDK module: </B><DD>"
+ "<a href=\"http://pele.farmbio.uu.se/nightly-1.2.x/modules/" + tag.text() + ".html"
+ tag.text() + "/\">" + tag.text() + "</a></DD>\n";
+ tag.text() + "</DD>\n";
}

public String toString(Tag[] tags) {
Expand Down

0 comments on commit f1ffaca

Please sign in to comment.