Add method reference

This commit is contained in:
Kevin Sawicki
2014-02-06 14:28:43 -08:00
parent b001e7e28f
commit f0ca685a16

View File

@@ -67,6 +67,7 @@ in the proper package's repository.
* Use [TomDoc](http://tomdoc.org/).
* Use [Markdown](https://daringfireball.net/projects/markdown/).
* Reference classes with `{ClassName}` style notation.
* Reference methods with `{ClassName.methodName}` style notation.
* Delegate to comments elsewhere with `{Delegates to: ClassName.methodName}`
style notation.