2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

chore: remove todo comment

This commit is contained in:
sammyette 2023-01-18 06:34:17 -04:00
parent 650b45b930
commit e5c20ce261
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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))