Hi,
I'm currently trying to build documentation with the /doc option to generate XML-documentation. But I receive the following error:
2>XdcMake:2> Microsoft (R) XML Document Comments Merge Tool Version 10.00.303192> Copyright (C) Microsoft Corporation. All rights reserved.2> 2> Fatal Error2> System.Xml.XPath.XPathException: '/doc/members/member[@name='M:pugi.xml_attribute_struct.#ctor(pugi.impl.`anonymous-namespace'.xml_memory_page*)']' has an invalid token.2> at MS.Internal.Xml.XPath.XPathParser.CheckToken(LexKind t)2> at MS.Internal.Xml.XPath.XPathParser.ParsePredicate(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseStep(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseLocationPath(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseRelationalExpr(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseAndExpr(AstNode qyInput)2> at MS.Internal.Xml.XPath.XPathParser.ParseExpresion(AstNode qyInput)2> at MS.Internal.Xml.XPath.QueryBuilder.Build(String query, Boolean allowVar, Boolean allowKey)2> at System.Xml.XPath.XPathExpression.Compile(String xpath, IXmlNamespaceResolver nsResolver)2> at System.Xml.XPath.XPathNavigator.Select(String xpath)2> at System.Xml.XmlNode.SelectSingleNode(String xpath)2> at XDCMake.Collate()2> at WrappedMain()2> at main()2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(775,5): error MSB6006: "xdcmake.exe" exited with code 1.
What is causing this error and how can I resolve it?
Kind regards
Patrik