Updates:
        Status: Pending

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

I like the underlying idea of categorizing (or tagging) keywords but don't like adding new [Category] setting too much. Adding new syntax like this always requires changes to other tools (such as RIDE), and in this case the syntax wouldn't work with library keywords.

The simplest idea I have is to allow specifying categories/tags as part of the documentation. Having them, for example, on the last line in format `Categories: category 1, category 2` would both look nice and be easy to parse.

The largest part in implementing this would be changing libdoc so that it shows categories somehow, allows viewing all keywords with same category, etc. Most likely we should make library docs more dynamic, similarly as new reports in RF 2.6, which in turn would require changing libdoc to use jQuery. That would be great otherwise too but obviously require quite large changes.

What do you think?

Reply via email to