Updates:
Status: Started
Owner: pekka.klarck
Cc: [email protected]
Comment #7 on issue 489 by [email protected]: `libdoc` should
support alternative documentation formats
http://code.google.com/p/robotframework/issues/detail?id=489
This issue was updated by revision 82cf631e12ac.
Now it is possible to give documentation format from the CLI using
--docformat
option. Supported formats are ROBOT (default), TEXT and HTML.
Plenty of stuff still to do:
- Support for reST.
- Documentation in --help.
- Documentation in User Guide.
- Read format from XML spec.
- Possibly support for specifying doc format alraedy in library source.