If a binding name is provided we should use that in the documentation. For example: ```js // test.js /** */ export default function find() {} ``` Should use the name `find` and not `test`. Fixes #504