diff options
Diffstat (limited to 'libcrystfel/src/rational.h')
-rw-r--r-- | libcrystfel/src/rational.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libcrystfel/src/rational.h b/libcrystfel/src/rational.h index 23c918cf..e67c603a 100644 --- a/libcrystfel/src/rational.h +++ b/libcrystfel/src/rational.h @@ -34,8 +34,11 @@ #endif /** - * Rational - * + * \file rational.h + * %Rational numbers (including rational matrices) + */ + +/** * The Rational is an opaque-ish data structure representing a rational number. * * "Opaque-ish" means that the structure isn't technically opaque, allowing you @@ -50,8 +53,6 @@ typedef struct { /** - * RationalMatrix - * * The RationalMatrix is an opaque data structure representing a matrix of * rational numbers. **/ |