Closed shibomb closed 2 months ago
Reference
None
No response
The parameter type is not displayed. In mdx files with simple params, the parameter types are not displayed. e.g. circle()
But an mdx file with overloads will show the parameter types. e.g. line()
The parameter type is always displayed, with or without overloading.
open https://p5js.org/reference/p5/circle/ and https://p5js.org/reference/p5/line/ . compare Parameters section.
I will create PR
Resolved by #565
Most appropriate sections of the p5.js website?
Reference
What is your operating system?
None
Web browser and version
No response
Actual Behavior
The parameter type is not displayed. In mdx files with simple params, the parameter types are not displayed. e.g. circle()
But an mdx file with overloads will show the parameter types. e.g. line()
Expected Behavior
The parameter type is always displayed, with or without overloading.
Steps to reproduce
open https://p5js.org/reference/p5/circle/ and https://p5js.org/reference/p5/line/ . compare Parameters section.
Would you like to work on the issue?
I will create PR