TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

DocGenHashByRecord ( record docrec ) -> string dochash

Description

Return the hash value a record `docrec' would have if added to the global documentation dry.
You may want to use this when using the InstallDocumentation or MergeDocumentation macros in order to refer to other functions without looking up the hash value.
Note: In general there is no need to provide the whole record as argument, instead sufficient are the rec fields which are used to compute the hash sum. Currently these are `kind' and `name' and in some cases (OPERATION and FUNCTION) `sin' is also mandatory.

Examples

DocGenHashByRecord(rec(kind:="FUNCTION",name:="DocGenHashByRecord",sin:=[[record]]));

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group