hhvm / hh-apidoc

An API documentation generator for Hack files, which start with 'hh'.
MIT License
10 stars 7 forks source link

[Correctness] Typenames are incorrectly fully qualified #34

Closed lexidor closed 4 years ago

lexidor commented 5 years ago

Take the following example from the docs https://docs.hhvm.com/hack/reference/function/HH.ReifiedGenerics.getType/ function getType<\T>(): \mixed; Both T and mixed ought not to be fully qualified here.

lexidor commented 4 years ago

Broken example no longer exists. Can not find similar breakages.