- Added a note with inverseKey as for how to remove it.
This commit is contained in:
parent
acc29656c6
commit
a096aac6dd
@ -533,11 +533,10 @@ termlistLength (Termlist tl)
|
|||||||
* by the termlist, which is a list of key1,key1inv, key2, key2inv, etc...
|
* by the termlist, which is a list of key1,key1inv, key2, key2inv, etc...
|
||||||
*@param inverses The list of inverses, typically from the knowledge.
|
*@param inverses The list of inverses, typically from the knowledge.
|
||||||
*@param key Any term of which the inverse will be determined.
|
*@param key Any term of which the inverse will be determined.
|
||||||
*@return A pointer to a duplicate of the inverse key term.
|
*@return A pointer to a duplicate of the inverse key term. Use termDelete to remove it.
|
||||||
*\sa termDuplicate(), knowledge::inverses
|
*\sa termDuplicate(), knowledge::inverses
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
Term
|
Term
|
||||||
inverseKey (Termlist inverses, Term key)
|
inverseKey (Termlist inverses, Term key)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user