Comment #14 on issue 925 by pekka.klarck: Keyword categorization support
http://code.google.com/p/robotframework/issues/detail?id=925
@bryan, I would say that `Tags: t1, t2` on the last line of the
documentation is the way to go. Do you have use cases why it should be
allowed somewhere else?
@godtdd, we could add this information to log file in two formats:
1) List tag inside the keyword similarly as the first line of the
documentation and start/end/elapsed times.
2) Add tags to the source as classes. For this to be useful there should
then be a separate feature to somehow inject custom CSS into the log file
so that you can style the keywords as you want.