Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Melnikov <mikhail_melnikov@epam.com>2017-10-25 15:02:52 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-10-25 17:30:41 +0300
commitbc635e48317843fb126c4be0875d50ab1eeb61db (patch)
tree3926845a8877ef48d0bab5aa3fd45ad6ef6b4275 /mdoc/Test/fx-statistics-remove-configuration.xml
parentc173a8b596b5a9dc6d2746dabc7fe46f82478ef7 (diff)
mdoc: Analytics mode
Added -statistics CLI argument with required parameter <path>. Statistics module counts how many namespaces/types/members are added/removed/total. If <path> parameter just points to a folder the default filename "statistics.txt" is appended. If the path can't be resolved a warning message is printed ("mdoc: Unable to save statistics file: Could not find a part of the path 'Z:\'.") Unit tests for new classes are added; "check-monodocer-fx-statistics-remove" integration test is added, 2 other tests check statistics result file as well. Closes #100
Diffstat (limited to 'mdoc/Test/fx-statistics-remove-configuration.xml')
-rw-r--r--mdoc/Test/fx-statistics-remove-configuration.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdoc/Test/fx-statistics-remove-configuration.xml b/mdoc/Test/fx-statistics-remove-configuration.xml
new file mode 100644
index 00000000..47c3a1f5
--- /dev/null
+++ b/mdoc/Test/fx-statistics-remove-configuration.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Frameworks>
+ <Framework Name="One" Source="One">
+ <assemblySearchPath>One</assemblySearchPath>
+ </Framework>
+</Frameworks> \ No newline at end of file