- Fixed two Doxygen warnings.

This commit is contained in:
ccremers 2004-06-13 20:58:54 +00:00
parent 72e3eb6292
commit 7411f89976
2 changed files with 2 additions and 3 deletions

View File

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

View File

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