We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be71b8 commit 94e861aCopy full SHA for 94e861a
uing.nim
@@ -829,8 +829,9 @@ proc newFeaturesAttribute*(otf: OpenTypeFeatures): Attribute =
829
830
proc features*(a: Attribute): OpenTypeFeatures =
831
## Returns the OpenType features stored in `a`.
832
- ## It is an error to call this on a Attribute
833
- ## that does not hold OpenType features.
+ ##
+ ## .. error:: It is an error to call this on a Attribute
834
+ ## that does not hold OpenType features.
835
836
newFinal result
837
result.impl = rawui.attributeFeatures(a.impl)
0 commit comments