hierarchy-builder
hierarchy-builder copied to clipboard
`HB.about` should point to `HB.howto` and conversly
These two commands should give pointers to one another e.g.
HB.about C, whereCis a class, should say
C is a class, the associated type is `ctype` (long name `C.type`).
You can use `HB.howto ctype` to know which factories are available to instanciate it.
...
HB.howto C.typeshould say
...
Use ` HB.about X.Build` to know how to build a factory `X` listed above