Example #1
0
        private static DocumentationCache ReadDocumentation(string documentationLocation)
        {
            XmlDocumentationReader      reader        = new XmlDocumentationReader();
            Dictionary <string, string> map           = reader.ReadDocumentation(documentationLocation);
            DocumentationCache          documentation = new DocumentationCache(map, documentationLocation);

            return(documentation);
        }
		private static DocumentationCache ReadDocumentation(string documentationLocation)
		{
			XmlDocumentationReader reader = new XmlDocumentationReader();
			Dictionary<string, string> map = reader.ReadDocumentation(documentationLocation);
			DocumentationCache documentation = new DocumentationCache(map, documentationLocation);
			return documentation;
		}