__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
//
Source Codepublic fun doc_comment(ns: Namespace, fun_name: String): Option<String> { __BUILTIN_IMPLEMENTATION }
public fun doc_comment(ns: Namespace, fun_name: String): Option<String> { __BUILTIN_IMPLEMENTATION }