Skip to content

Commit 61e3fea

Browse files
committed
Converting package.html to package-info.java with intellij inspection
1 parent 98c17a0 commit 61e3fea

File tree

42 files changed

+198
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+198
-276
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* <BODY>
3+
* <P>
4+
* Tools for loading and saving ontologies.
5+
* </P>
6+
* </BODY>
7+
*/
8+
package org.biojava.nbio.ontology.io;

biojava-ontology/src/main/java/org/biojava/nbio/ontology/io/package.html

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* <BODY>
3+
* <P>
4+
* A general-purpose API for ontologies.
5+
* These are directed graphs consisting of <code>Term</code> obects. Each
6+
* edge in the graph is annotated with a term which defines the relationship
7+
* between its subject and object terms. In this API, these annotated
8+
* edges are called triples.
9+
* </P>
10+
* <P>Some interfaces and implementations from this package are extended in
11+
* {@link org.biojavax.ontology biojavax} to better facilitate their persistence to
12+
* biosql.</P>
13+
* </BODY>
14+
*/

biojava-ontology/src/main/java/package.html

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Utility methods for better interaction with Jmol.
3+
*/
4+
package org.biojava.nbio.structure.align.gui.jmol;

biojava-structure-gui/src/main/java/org/biojava/nbio/structure/align/gui/jmol/package.html

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Classes related to Java Web Start
3+
*/
4+
package org.biojava.nbio.structure.align.webstart;

biojava-structure-gui/src/main/java/org/biojava/nbio/structure/align/webstart/package.html

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* <BODY>
3+
* <P>
4+
* Some event classes for the protein structure GUIs.
5+
* Possible start classes are one level higher at
6+
* org.biojava.nbio.structure.gui.BiojavaJmol, and org.biojava.nbio.structure.gui.AlignmentGui.
7+
* </P>
8+
* </BODY>
9+
*/
10+
package org.biojava.nbio.structure.gui.events;

biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui/events/package.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)