Inheritance: ICommentDocumentation
Beispiel #1
0
 public static DocumentationSet Document(Assembly assembly, string documentationPath)
 {
     return(new DocumentationSet(new StatementSet().FromAssembly(assembly), CommentDocumentation.ParseFile(documentationPath)));
 }