Skip to content

#593 Add 'doc' annotation as built-in CIF annotation

Dennis Hendriks requested to merge 593-add-doc-annotation into develop
  • 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 and toString of CifEvalException.
  • Best to review per commit.

Addresses #593

Merge request reports