dotland icon indicating copy to clipboard operation
dotland copied to clipboard

/std class methods are not documented

Open jespertheend opened this issue 2 years ago • 1 comments

For example on https://deno.land/[email protected]/http/server.ts?s=Server

You can see the available methods of the class, but their descriptions are missing.

The same page for comparison on doc.deno.land: https://doc.deno.land/https://deno.land/[email protected]/http/server.ts/~/Server

I wasn't able to find any other way to view the descriptions of any class method either.

jespertheend avatar Jul 21 '22 13:07 jespertheend

Currently this is expected, as the symbol documentation is a work in progress. Apologies that there is confusion and some bumpy roads as we continue to evolve the documentation. We should start landing more complete symbol documentation over the next week.

kitsonk avatar Jul 22 '22 22:07 kitsonk

This should be addressed now; we are still iterating to improving it though

crowlKats avatar Aug 25 '22 06:08 crowlKats