Skip to content

Commit

Permalink
Docs...
Browse files Browse the repository at this point in the history
  • Loading branch information
timvdm committed Oct 24, 2010
1 parent 9aec621 commit 86deedb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/openbabel/query.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ namespace OpenBabel {

/**
* @class OBQueryBond query.h <openbabel/query.h>
* @brief Bond in an OBQuery
*
* The OBQueryBond class defines an interface for query bonds. The class provides
* some general methods and properties to access the topology information. The Matches
* method can be reimplemented in subclasses to get custom matching behavior.
Expand Down Expand Up @@ -185,9 +187,10 @@ namespace OpenBabel {

/**
* @class OBQuery query.h <openbabel/query.h>
* @since version 2.3
* @brief A substructure query
*
* See @ref substructure for more information.
* @since version 2.3
*/
class OBAPI OBQuery
{
Expand Down

0 comments on commit 86deedb

Please sign in to comment.