Garden 🌻

__reflect.gdn::doc_comment()

Get the doc comment for fun_name in the namespace ns. The string does not include the leading // comment.

Source Code
public fun doc_comment(ns: Namespace, fun_name: String): Option<String> {
  __BUILT_IN_IMPLEMENTATION
}