GNOME Bugzilla – Bug 165271
doxygen generates too long file names
Last modified: 2009-08-15 18:40:50 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.
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).
my mistake (in package building). Closing the report.