using # instead of . in API documentation
Posted
by landon9720
on Stack Overflow
See other posts from Stack Overflow
or by landon9720
Published on 2010-05-19T14:30:17Z
Indexed on
2010/05/19
14:40 UTC
Read the original article
Hit count: 195
documentation
In API documentation, and sometimes even used in discussions here on Stack Overflow, I sometimes see the pound (#) character used instead of the dot (.) as the separator between the class name and the method name. For example:
Settings#maxPageSize
I'm wondering what this usage means, and where it comes from?
© Stack Overflow or respective owner