__reflect.gdn::doc_comment()
Get the doc comment for fun_name in the namespace ns. The string does not include the leading // comment.
fun_name
ns
//
public fun doc_comment(ns: Namespace, fun_name: String): Option<String> { __BUILT_IN_IMPLEMENTATION }