|
|
|
@ -81,9 +81,7 @@ namespace CppSharp.Generators.CLI |
|
|
|
|
|
|
|
|
|
|
|
public string QualifiedIdentifier(Declaration decl) |
|
|
|
public string QualifiedIdentifier(Declaration decl) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
if (Options.GenerateLibraryNamespace) |
|
|
|
if (Options.GenerateLibraryNamespace) |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
if (string.IsNullOrEmpty(decl.QualifiedName)) |
|
|
|
if (string.IsNullOrEmpty(decl.QualifiedName)) |
|
|
|
return string.Format("{0}", Options.OutputNamespace); |
|
|
|
return string.Format("{0}", Options.OutputNamespace); |
|
|
|
|