After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653663 - Remove white-space:nowrap from doxygen.css
Remove white-space:nowrap from doxygen.css
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.7.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2011-06-29 17:42 UTC by albert
Modified: 2018-07-30 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove white-space:nowrap from doxygen.css (1.22 KB, patch)
2011-06-29 17:48 UTC, albert
none Details | Review

Description albert 2011-06-29 17:42:41 UTC
In the default doxygen.css file there are a number of places where "white-space:nowrap" is set. The result is that some fields are not wrapped inside their boxes. Especially in Fortran this is a problem where there are a number of "option" possible with data types e.g.

subroutine test_subroutine(variable)
  integer, intent(in), dimension(:), optional :: variable
end subroutine

Will result in a very long line (one will see this when making the browser smaller). Use standard generated Doxyfile with EXTRACT_ALL set to YES.
Comment 1 albert 2011-06-29 17:48:44 UTC
Created attachment 190946 [details] [review]
Patch to remove white-space:nowrap from doxygen.css

Patch to remove white-space from default doxygen.css

There are also white-space:nowrap in other css files, but I'm not sure if they should be removed too.
Comment 2 Dimitri van Heesch 2011-07-18 20:07:08 UTC
The nowrap style was added to avoid that cells in a table are squashed or stretched too much when the table itself has width 100%.

They might be removed at some places, but not without looking very carefully at the consequences.
Comment 3 albert 2011-07-19 19:08:26 UTC
I do agree that we have to have carefully at the consequences for the different places where we want to remove the nowrap option.
I think good candidates (from a Fortran point of view, maybe the css can be dependent of OPTIMIZE_FOR_... )are:
memItemRight
memItemLeft
paramtype

and probably more.
Comment 4 André Klapper 2018-07-30 10:20:59 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!