denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

/std class methods are not documented #2285

Closed jespertheend closed 2 years ago

jespertheend commented 2 years ago

For example on https://deno.land/std@0.149.0/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/std@0.149.0/http/server.ts/~/Server

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

kitsonk commented 2 years ago

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.

crowlKats commented 2 years ago

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