Ticket #705 (closed: fixed)
MantidHelp("a") property formating
| Reported by: | Nick Draper | Owned by: | Martyn Gigg | 
|---|---|---|---|
| Priority: | minor | Milestone: | Iteration 18 | 
| Component: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Tester: | 
Description
The fomatting of the properties can look a mess when there are several properties.
Perhaps if we looked to use a text grid format rather than the comma seperated list we currently do.
Also it has been noted by users that optional:no is confusing as people stop reading after the first word.
Change History
Note: See
        TracTickets for help on using
        tickets.
    

(In [2780]) Added support for categories in mantidHelp and introduced table formatting to the property descriptions. In order to include a type column, there is a new function in Kernel::System that gives back an unmangled string for some standard types that we use. Closes #666 and refs #705