diff options
author | albert-github <albert.tests@gmail.com> | 2018-10-20 10:21:16 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-10-20 10:21:16 (GMT) |
commit | 5f9be083471dad47a9b3ad59d85bf04d3a855001 (patch) | |
tree | b1123a881edf90b8ca42068432c9c3f59cfe398f /src/configgen.py | |
parent | 2f50bc0bcc39cfb27537109b779d18d7389f81f1 (diff) | |
download | Doxygen-5f9be083471dad47a9b3ad59d85bf04d3a855001.zip Doxygen-5f9be083471dad47a9b3ad59d85bf04d3a855001.tar.gz Doxygen-5f9be083471dad47a9b3ad59d85bf04d3a855001.tar.bz2 |
Bug 749049 - Doxygen not creating call graphs for C# methods if namespace contains the classname
Problem is the '.' in the namespace name.
For Csharp:
namespace N1.n2
{
is equivalent to
namespace N1
{
namespace N2
{
This splitting has to be considered in the scanner so the different namespaces are mentioned. In the code.l the '.' was not handled.
Diffstat (limited to 'src/configgen.py')
0 files changed, 0 insertions, 0 deletions