diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-05-10 15:26:00 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-05-10 15:26:00 +0100 |
| commit | 4ecf8383268b2698bf4f81390da26898a6a5797f (patch) | |
| tree | 7ed4e5b7e4238cc1d15a7a78732fc887da93c9a0 /examples/02-sum/src/shapes.hob | |
| parent | 5648afd950141a582b4585be8a30b7b3f808e35a (diff) | |
Parse doc comment for sum definitions
Diffstat (limited to 'examples/02-sum/src/shapes.hob')
| -rw-r--r-- | examples/02-sum/src/shapes.hob | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/02-sum/src/shapes.hob b/examples/02-sum/src/shapes.hob index 08336c5..d5042e5 100644 --- a/examples/02-sum/src/shapes.hob +++ b/examples/02-sum/src/shapes.hob @@ -1,3 +1,4 @@ +/// A 2D shape. sum Shape { variant Rectangle; variant Triangle; |
