You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close#1032
Issue appeared because there is multiple function having the same
parameter being documented in one documentation page. The last
appearance of `@param` took precedence and overwritten any other text/
The idea is to have one entry for `@param ...` explaining usage for
different functions.
<img width="574" alt="image"
src="https://github.com/insightsengineering/teal/assets/133694481/079cfb70-7733-4951-b14c-305f2bd36c2a">
The drawback of the solution is that `@param ...` is not not documented
near `print` nor `toString` functions.
We could either
- leave it as it is (with this PR fixing documentation)
- move all parameters to one place
- leave `@param ...` entries next to `print` and `toString` functions
but without `@` tag, so they are treated as comments.
---------
Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com>
Argument descriptions are wrong.
The text was updated successfully, but these errors were encountered: