Comment #6 on issue 430 by [email protected]: Keyword visibility modifiers for resource files
http://code.google.com/p/robotframework/issues/detail?id=430
We use "private" keywords in resource files to implement some of the internals of "visible" keywords. The only way we have of making this happen right now is by putting a big "DON'T USE THIS INTERNAL KEYWORD" message in the documentation. I would suggest something like Python's __KeywordName naming style for indicating private keywords.
