Short Answer: Open the file page and scroll to the 'Function overviews' section — parameter tables list Name, Type and Details alongside code samples.
Prerequisites
-
The file is documented (has a 'Last documented' timestamp)
-
File page is open (for example 'datarecon.js')
Steps
-
Open the file documentation (e.g., click 'datarecon.js').
File title and 'File summary' are visible at the top. -
Scroll the page until you reach 'Function overviews'.
Function descriptions, parameter tables and code blocks are visible. -
Read the 'Parameters' table to view each parameter’s Name, Type and Details.
Parameters table shows structured information for each function parameter.
Troubleshooting
- Parameters or function details are missing from the file page.
LikelyCause: The file wasn’t fully processed by the documentation generator or lacks inline function documentation.
Action: Wait for documentation generation to complete, or add/verify inline doc comments in the source to be picked up on the next run.
Note: Function overviews include example code blocks on the right-hand column for quick reference.