Updates:
        Status: WontFix

Comment #3 on issue 1384 by pekka.klarck: library documentation (libdoc) should option to define keyword order
http://code.google.com/p/robotframework/issues/detail?id=1384

I agree that being able to keep the original source order would sometimes be useful. The problem is that with Python libs we get keywords names by just running `dir(library)` which already returns attributes in alphabetical order. To get the original source order would thus be a pretty big task requiring parsing the source code. In my opinion that is not worth the effort.

Notice also that we have plans to support tagging keywords in the future. That allows many interesting possibilities to groups keywords also in Libdoc outputs.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to