1

I am using JSDuck to document the JS classes in my extjs mvc project however on the main page of the API documentation all the names of the classes that are documented overlap each other as the class names are quite long. Whilst I realise that reducing the length of the class names would be a good solution this is not viable.

Please see the issue below

two muppets

Any help is greatly appreciated.

James Nurse
  • 396
  • 4
  • 19

1 Answers1

2

I've filed a bug for this: https://github.com/senchalabs/jsduck/issues/549

At least the column widths should be improved. Maybe also wrap the class names.

You can tweak the styles personally through JSDuck --css option.

Rene Saarsoo
  • 13,580
  • 8
  • 57
  • 85
  • Thank you very much! Didn't initially realise who had replied, definitely appreciate the support and quick response. (For those who don't realise this poster is one of the main contributors to the JSDuck project) – James Nurse Apr 14 '14 at 10:01
  • Feedback on the bug gave us a good temporary workaround https://github.com/senchalabs/jsduck/issues/549 – James Nurse Apr 29 '15 at 13:11