Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc/Mono.Documentation/MDocUpdater.cs')
-rw-r--r--mdoc/Mono.Documentation/MDocUpdater.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/Mono.Documentation/MDocUpdater.cs b/mdoc/Mono.Documentation/MDocUpdater.cs
index 8d7463e0..d75db09e 100644
--- a/mdoc/Mono.Documentation/MDocUpdater.cs
+++ b/mdoc/Mono.Documentation/MDocUpdater.cs
@@ -4408,9 +4408,9 @@ namespace Mono.Documentation
return docTypeFormatter.GetName (type, useTypeProjection: useTypeProjection);
}
- internal static string GetDocTypeFullName (TypeReference type, bool useTypeProjection = true)
+ internal static string GetDocTypeFullName (TypeReference type, bool useTypeProjection = true, bool isTypeofOperator = false)
{
- return DocTypeFullMemberFormatter.Default.GetName (type, useTypeProjection: useTypeProjection);
+ return DocTypeFullMemberFormatter.Default.GetName (type, useTypeProjection: useTypeProjection, isTypeofOperator: isTypeofOperator);
}
internal static string GetXPathForMember (DocumentationMember member)