Skip to content

Commit

Permalink
fixes bug: 3365 proofread jmol manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Sep 25, 2012
1 parent b1e7444 commit 6c55043
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -27,7 +27,8 @@

@TestClasses("net.bioclipse.jmol.test.JmolManagerTest")
@PublishedClass(
value="This manager contains methods for controlling jmol",
value="This manager contains methods for controlling jmol, the 3D " +
"molecular visualizator",
doi="10.1038/npre.2007.50.1"
)
public interface IJmolManager extends IBioclipseManager{
Expand Down Expand Up @@ -70,7 +71,9 @@ public interface IJmolManager extends IBioclipseManager{
public void load(IMolecule file) throws BioclipseException;

@Recorded
@PublishedMethod( methodSummary = "Export as image to path",
@PublishedMethod( methodSummary = "Export as png image to path. Give " +
".png ending filename to be able to " +
"open the snapshot in Bioclipse.",
params = "String filepath" )
public void snapshot(String filepath);

Expand Down

0 comments on commit 6c55043

Please sign in to comment.