#593 Add 'doc' annotation as built-in CIF annotation
- Added 'doc' annotation, with string-typed 'text' argument, that must be statically evaluable.
- Support 'doc' annotation for input variables in CIF code generator. Leads to slightly less nice output if no 'doc' annotations are present.
- Two small other fixes: JavaDoc of
AnnotationProvider
andtoString
ofCifEvalException
. - Best to review per commit.
Addresses #593 (closed)