Hi all,

I have a problem using doxygen for bash scripts. If two script files contain a function with the same name (e.g. main()). Doxygen only processes the first occurrence but denies to do it for the second one.

Any ideas how to fix this?

Btw.: Renaming of functions is not an option.

Regards
hiho888