How do I stop JSDuck generated documentation class names from overlapping

211 Views Asked by At

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.

1

There are 1 best solutions below

2
Rene Saarsoo On BEST ANSWER

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.