Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
407 stars 133 forks source link

Overlapping long (file, module, procedure , derived type ...) names in index page #260

Open pmartorell opened 5 years ago

pmartorell commented 5 years ago

Hi Chris, in our code we have very long (file, module, procedure , derived type ...) names, more than 42 characters. Then, in the reduced list of files, modules, procedures and derived types of the index.html page, the columns are overlapped when the names are larger than 42 characters.

Is it possible to reduce the larger link names by ending with three dots? E.g., if larger than 35 char, cut at 32 and add ...

zbeekman commented 5 years ago

This should be feasible. PRs always welcome.