Corrected Typo in documentation of GetClearance function
This commit is contained in:
parent
85a0a371b1
commit
d6aad9c6e7
|
@ -135,12 +135,12 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function GetClearance
|
* 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
|
* 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
|
* aItem's NETCLASS clearance. If \a aItem is NULL, then this objects clearance
|
||||||
* is returned.
|
* is returned.
|
||||||
* @param aItem is another BOARD_CONNECTED_ITEM or NULL
|
* @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;
|
virtual int GetClearance( BOARD_CONNECTED_ITEM* aItem = NULL ) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue