Browse Source

Corrected Typo in documentation of GetClearance function

pull/7/merge
Simon Kueppers 9 years ago
committed by Wayne Stambaugh
parent
commit
d6aad9c6e7
  1. 4
      pcbnew/class_board_connected_item.h

4
pcbnew/class_board_connected_item.h

@ -135,12 +135,12 @@ public:
/**
* Function GetClearance
* returns the clearance in 1/10000 inches. If \a aItem is not NULL then the
* returns the clearance in internal units. If \a aItem is not NULL then the
* returned clearance is the greater of this object's NETCLASS clearance and
* aItem's NETCLASS clearance. If \a aItem is NULL, then this objects clearance
* is returned.
* @param aItem is another BOARD_CONNECTED_ITEM or NULL
* @return int - the clearance in 1/10000 inches.
* @return int - the clearance in internal units.
*/
virtual int GetClearance( BOARD_CONNECTED_ITEM* aItem = NULL ) const;

Loading…
Cancel
Save