ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.4k stars 43 forks source link

Generated documentation doesn't always contain all required information #619

Open MinmoTech opened 1 year ago

MinmoTech commented 1 year ago

I was looking for a function that can list all files in a path. While looking at the generated documentation for Path (https://ngs-lang.org/doc/latest/generated/Path.html), I searched for the terms "ls", "list" and "files". The function I was looking for, dir has the description Same as dir(dirname.path, args) and I was therefore unable to find it.

I believe it should include the description of the function it has the same functionality of, in addition to the text Same as dir(dirname.path, args). image