Corrected Typo in documentation of GetClearance function

This commit is contained in:
Simon Kueppers 2017-06-27 22:21:29 +02:00 committed by Wayne Stambaugh
parent 85a0a371b1
commit d6aad9c6e7
1 changed files with 2 additions and 2 deletions

View File

@ -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;