chore: remove todo comment

docs-types
sammyette 2023-01-18 06:34:17 -04:00
parent 650b45b930
commit e5c20ce261
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 2 deletions

View File

@ -442,8 +442,6 @@ func main() {
continue
}
htmlSig := typeTag.ReplaceAllStringFunc(strings.Replace(dps.FuncSig, "<", `\<`, -1), func(typ string) string {
// todo: get type from global table to link to
// other pages (hilbish page can link to hilbish.jobs#Job)
typName := typ[1:]
typLookup := typeTable[strings.ToLower(typName)]
linkedTyp := fmt.Sprintf("/Hilbish/docs/api/%s/%s/#%s", typLookup[0], typLookup[0] + "." + typLookup[1], strings.ToLower(typName))