- Fixed two Doxygen warnings.
This commit is contained in:
parent
72e3eb6292
commit
7411f89976
@ -195,8 +195,7 @@ knowledgeAddTerm (Knowledge know, Term term)
|
||||
//! Try to simplify knowledge based on a term.
|
||||
/**
|
||||
*@param know A knowledge set.
|
||||
*@param term A key, i.e. it can decrypt
|
||||
anything that was encrypted with term^{-1}.
|
||||
*@param key A key, i.e. it can decrypt anything that was encrypted with term^{-1}.
|
||||
*/
|
||||
void
|
||||
knowledgeSimplify (Knowledge know, Term key)
|
||||
|
@ -93,7 +93,7 @@ systemInit ()
|
||||
|
||||
//! Reset a system state after some exploration.
|
||||
/**
|
||||
*@param A system structure pointer.
|
||||
*@param sys A system structure pointer.
|
||||
*@return Counter values have been reset.
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user