csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.6 KiB
34 lines
1.6 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<!-- The reflection information file to use -->
|
|
<reflectionInfo file="reflection.org" />
|
|
|
|
<!-- The inherited documentation output filename -->
|
|
<inheritedDocs file="_InheritedDocs_.xml" />
|
|
|
|
<!-- This is used to see duplicate comment key warnings. They can usually
|
|
be ignored. Comment this element out to suppress them. -->
|
|
<!-- showDuplicateWarning / -->
|
|
|
|
<!-- The XML comments file list. The "cacheSize" attribute represents the
|
|
size of the index cache (the maximum number of XML comments files in
|
|
memory). -->
|
|
<commentsFiles cacheSize="100">
|
|
<!-- The <import> elements represent XML comments files that act as a
|
|
source for inherited documentation but are not themselves scanned for
|
|
<inheritdoc /> tags. The <scan> elements represent files that will
|
|
be scanned for the tags and can also contain inherited documentation.
|
|
For both, a "path" and/or "file" attribute can be specified. The
|
|
"path" attribute is used to indicate that all XML files in the folder
|
|
should be included. An optional "recurse" attribute can be used to
|
|
indicate whether or not sub-folders are also search for comments
|
|
files. Use a "file" attribute to specify an individual comments
|
|
file or, when used with "path", the wildcard to match. -->
|
|
|
|
<!-- Base .NET Framework XML comments files. -->
|
|
{@ImportFrameworkCommentList}
|
|
|
|
<!-- Project XML comments files to scan. -->
|
|
{@InheritedCommentFileList}
|
|
</commentsFiles>
|
|
</configuration>
|
|
|