Branch: Tag:

2013-11-17

2013-11-17 12:35:44 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.