Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra underscore in generation of html files (Origin: bugzilla #616344) #3744

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version 1.6.3 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2010-04-20 22:24:17 +0000, pcpa@mandriva.com.br wrote:

In the salome package in Mandriva cooker, most of the help files works, and
links, but, in some cases, there is a static string with the base name of the
help file in C++ code, and that breaks because filenames are generated with
double underscores.

It appears there was a related issue for 1.6.2 and manpages.

I do not undestand very well how doxygen works, so I am attaching the two
files that should be the doxygen configuration ones.

On 2010-04-20 22:24:52 +0000, pcpa@mandriva.com.br wrote:

Created attachment 159209
doxyfile_py

On 2010-04-20 22:27:04 +0000, pcpa@mandriva.com.br wrote:

Created attachment 159211
doxyfile

Maybe I did not make it clear where the extra underscore is, but example
from generated package:

rpm -ql salome | grep adding__nodes__and__elements
/usr/share/doc/salome/gui/SMESH/adding__nodes__and__elements__page.html

but it should have been:
usr/share/doc/salome/gui/SMESH/adding_nodes_and_elements_page.html

On 2010-04-22 20:29:28 +0000, pcpa@mandriva.com.br wrote:

This is the same issue as # 610604 (feel free to close this bug as duplicate, if appropriate).

I am in the process of making a significantly large patch, with the output of
% egrep '"\w+.html"' find . -name \*.cxx | awk '{print $1;}' | sort | uniq | sed -e 's|:||' > files.txt

No big deal, but I would like to know if this is a behavior that is here to
stay, or if there is some workaround... I looked a bit in doxygen sources, but
I don't think I could figure it easily what is wrong by myself...

On 2010-04-24 13:57:33 +0000, Dimitri van Heesch wrote:

The behavior will not stay. In the next subversion update, I'll revert
back to the situation were the underscore is no longer duplicated.
Sorry for temporarily breaking backward compatibility. This was an
unfortunate side-effect of another fix.

On 2010-06-15 11:21:38 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant