API functions are missing argument documentation
Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
Description
API functions are missing argument documentation
https://next.daff.io/docs/api/cart/daffCartItemInputToItemTransform
input: DaffCartItemInput should be documented as a parameter.
Environment
- Daffodil version: 0.84.0
- Angular version:
- Browser(s):
- Node version: run
node --version - Operating system:
Steps to reproduce
Steps to reproduce:
- visit https://next.daff.io/docs/api/cart/daffCartItemInputToItemTransform
- see that the arguments are not documented via parameters table
Expected behavior
Function arugments should be documented via parameters table.
Actual behavior
Arguments are not properly documented.
Additional context
No response
@griest024 docs doesn't show up even if I add params docs.
https://next.daff.io/docs/api/product-composite/driver/magento/transformMagentoBundledProductItemOption has all the docs for params and doesn't show anything
A design example would be: http://next.daff.io/docs/design/components/toast?tab=api-tab#providedafftoast
config has docs.
@griest024 reopening since this still isn't working on some pages.
https://next.daff.io/docs/design/components/toast?tab=api-tab#providedafftoast has param docs, but it's still not showing up.
https://next.daff.io/docs/api/product-composite/driver/magento/transformMagentoBundledProductItemOption seems to be working though.