allow function@

This commit is contained in:
Manish Goregaokar 2018-01-19 16:45:22 +05:30
parent f231d7555a
commit ee53b90052
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ Our proposal is this:
- Links to any kind of value (function, const, static) can be prefixed with `value@`,
e.g., `See [value@foo]`.
- Links to functions can be written with a `()` suffix,
e.g., `Also see the [foo()] function`.
e.g., `Also see the [foo()] function`. You can also use `function@`.
- Links to constants are prefixed with `const@`,
e.g., `As defined in [const@FOO].`
- Links to statics are prefixed with `static@`,