Branch: Tag:

2014-12-04

2014-12-04 19:24:38 by Chris Angelico <rosuav@gmail.com>

Document that function_name can describe programs too

1776:    return make_shared_binary_pcharp(pcharp, len);   }    - /*! @decl string function_name(function f) + /*! @decl string function_name(function|program f)    *! -  *! Return the name of the function @[f]. +  *! Return the name of the function or program @[f].    *!    *! If @[f] is a global function defined in the runtime @expr{0@}    *! (zero) will be returned.