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 165271 - doxygen generates too long file names
doxygen generates too long file names
Status: VERIFIED INCOMPLETE
Product: doxygen
Classification: Other
Component: general
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2005-01-26 06:50 UTC by Matthias Klose
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Klose 2005-01-26 06:50:11 UTC
for the current libstdc++ docs in CVS head the longest filename produced is
longer than 255 charactes
(usr/share/doc/gcc-4.0-base/libstdc++/html_user/structstd_1_1tr1_1_1tuple__element_3_019_00_01tuple_3_01___tp0_00_01___tp1_00_01___tp2_00_01___tp3_00_01___tp4_00_01___tp5_00_01___tp6_00_01___tp7_00_01___tp8_00_01___tp9_01_4_01_4-members.html).
the file can be put in a .deb archive, but not extracted anymore.

setting CREATE_SUBDIRS and SHORT_NAMES to yes doesn't show an affect on the
generated file name.
Comment 1 Dimitri van Heesch 2005-01-29 10:25:54 UTC
That's very strange. setting SHORT_NAMES to YES, should generate names of the
form axxxxxxx.html (with x a number). Can you try to remove the output and
regenerate it? If you get the same behaviour please attach a small example that
doesn't result in a short name (also include the config file).
Comment 2 Matthias Klose 2005-01-30 14:42:07 UTC
my mistake (in package building). Closing the report.