Comment #1 on issue 925 by [email protected]: [Category] attribute to keyword declaration for libdoc.py
http://code.google.com/p/robotframework/issues/detail?id=925

maybe add support for subcategories as well. For example

Keyword 1
  [Category]  category1
Keyword 2
  [Category]  category1.subcat1
Keyword New 1
  [Category]  category2


Documentation

category1
|---- Keyword 1
|---- subcat1
      |---- Keyword 2

category2
|---- Keyword New 1

The syntax is open for discussion.

Reply via email to