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

Source code shown using 100-character-width lines #157

Open fran-pena opened 8 years ago

fran-pena commented 8 years ago

When the source-code link of a module is clicked, the page is shown using 100-character-width lines. Since Fortran admits 132-width lines, some code has to be revealed using the horizontal scroll.

jacobwilliams commented 8 years ago

Ideally, we could specify the display behavior for the source (wrap, no wrap, field width, etc.)

cmacmackin commented 8 years ago

The 100-character width is just what fits on the page--it wasn't a conscious choice. I'll look at allowing custom display behaviour in the next feature release.