This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.XmlDocMarkdown.
                            
 
	
		Summary
	
            Generates Markdown from .NET XML documentation comments.
            
		
	Syntax
	public static XmlDocMarkdownResult XmlDocMarkdownGenerate(this ICakeContext context, string inputPath, string outputPath, XmlDocMarkdownSettings settings = null)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The Cake context. | 
					
						| inputPath | string | The input assembly. | 
					
						| outputPath | string | The output directory. | 
					
						| settings | XmlDocMarkdownSettings | The settings. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| XmlDocMarkdownResult | The names of files that were added, changed, or removed. |