Community
Participate
Working Groups
When viewing the elements of an array in the table view, the summary field of each element is a duplicate of the summary of the array as a whole. This is not olny unnecessary, it's wrong; For example, the load function added to the array of SYS/BIOS idle functions has a summary "array of functions ..." when, in fact, the load function is _not_ an array. The summary of elements of an array should either be blank _or_ the summary of the item in the array. In the idle function example above, the summary should be the summary provided by the Load module's idle function.