Eat event of this cat
@@ -835,7 +834,7 @@
Event Type
- EventHandler |
+ EventHandler |
|
@@ -844,10 +843,10 @@
Operators
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
operator +(Cat<T, K>, int)
@@ -875,7 +874,7 @@
Parameters
- int |
+ int |
rsr |
|
@@ -892,7 +891,7 @@ Returns
- int |
+ int |
Result with int type.
|
@@ -900,10 +899,10 @@ Returns
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
explicit operator Tom(Cat<T, K>)
@@ -951,10 +950,10 @@ Returns
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
operator -(Cat<T, K>, int)
@@ -981,7 +980,7 @@ Parameters
|
- int |
+ int |
rsr |
|
@@ -997,7 +996,7 @@ Returns
- int |
+ int |
|
diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html
index ad2f97871c7..8262d546cc2 100644
--- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html
+++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html-term-cat.verified.html
@@ -14,7 +14,6 @@
-
diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html
index bc550428d65..7d4d079137d 100644
--- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html
+++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/api-CatLibrary.html.verified.html
@@ -14,7 +14,6 @@
-
diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html
index 3300f4f0d3e..14681350acf 100644
--- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html
+++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-csharp_coding_standards.html.verified.html
@@ -11,7 +11,6 @@
-
@@ -103,14 +102,14 @@
The aim of this section is to define a set of C# coding standards to be used by CAPS build team to guarantee maximum legibility, reliability, re-usability and homogeneity of our code. Each section is marked Mandatory or Recommended. Mandatory sections, will be enforced during code reviews as well as tools like StyleCop and FxCop, and code will not be considered complete until it is compliant.
Scope
-
This section contains general C# coding standards which can be applied to any type of application developed in C#, based on Framework Design Guidelines.
+
This section contains general C# coding standards which can be applied to any type of application developed in C#, based on Framework Design Guidelines.
It does not pretend to be a tutorial on C#. It only includes a set of limitations and recommendations focused on clarifying the development.
-- Resharper is a great 3rd party code cleanup and style tool.
-- StyleCop analyzes C# srouce code to enforce a set of style and consistency rules and has been integrated into many 3rd party development tools such as Resharper.
-- FxCop is an application that analyzes managed code assemblies (code that targets the .NET Framework common language runtime) and reports information about the assemblies, such as possible design, localization, performance, and security improvements.
-- C# Stylizer does many of the style rules automatically
+- Resharper is a great 3rd party code cleanup and style tool.
+- StyleCop analyzes C# srouce code to enforce a set of style and consistency rules and has been integrated into many 3rd party development tools such as Resharper.
+- FxCop is an application that analyzes managed code assemblies (code that targets the .NET Framework common language runtime) and reports information about the assemblies, such as possible design, localization, performance, and security improvements.
+- C# Stylizer does many of the style rules automatically
Highlights of Coding Standards
This section is not intended to give a summary of all the coding standards that enabled by our customized StyleCop, but to give a highlight of some rules one will possibly meet in daily coding life. It also provides some recommended however not mandatory(which means not enabled in StyleCop) coding standards.
@@ -160,7 +159,7 @@
DO NOT capitalize each word in so-called closed-form compound words.
+DO NOT capitalize each word in so-called closed-form compound words.
DO have "Async" explicitly in the Async method name to notice people how to use it properly
diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html
index d75098edf3f..8bbce9822eb 100644
--- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html
+++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/articles-markdown.html-tabs-windows-2Ctypescript-markdown-extensions.verified.html
@@ -11,7 +11,6 @@
-
@@ -94,7 +93,7 @@
Table of Contents
Markdown
-Markdown is a lightweight markup language with plain text formatting syntax. Docfx supports CommonMark compliant Markdown parsed through the Markdig parsing engine.
+Markdown is a lightweight markup language with plain text formatting syntax. Docfx supports CommonMark compliant Markdown parsed through the Markdig parsing engine.
Markdown Extensions
Docfx supports additional markdown syntax that provide richer content. These syntax are specific to docfx and won't be rendered elsewhere like GitHub.
To use a custom markdown extension:
diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html
index 06bd9a36bd6..cb279ac3caf 100644
--- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html
+++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/index.html.verified.html
@@ -11,7 +11,6 @@
-
@@ -92,21 +91,21 @@ docfx-seed
Description
This is a sample docfx documentation project. It contains .NET source code and markdown files.
docfx.json
is the configuration file for running docfx
.
-docfx
will generate a static website as similar to http://docascode.github.io/docfx-seed.
+docfx
will generate a static website as similar to http://docascode.github.io/docfx-seed.
How to run
Under Windows
-- Download and unzip docfx.zip to run
docfx.exe
directly!
+- Download and unzip docfx.zip to run
docfx.exe
directly!
- Run
docfx
under current repo! Website will be generated under _site
folder.
- Run any web hosting tool to host
_site
folder, e.g. docfx serve _site
.
-As a prerequisite, you will need to install DNVM and DNX.
+
As a prerequisite, you will need to install DNVM and DNX.
###Quick Start
-docfx
is a tool to generate documentation towards .NET source code and markdown files. Please refer to docfx to get start. The docfx
website itself is generated by docfx
!
+docfx
is a tool to generate documentation towards .NET source code and markdown files. Please refer to docfx to get start. The docfx
website itself is generated by docfx
!
diff --git a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html
index 549b8c78ff0..17a80bd68c7 100644
--- a/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html
+++ b/test/docfx.Snapshot.Tests/SamplesTest.SeedHtml/html/restapi-petstore.html.verified.html
@@ -11,7 +11,6 @@
-
@@ -88,10 +87,10 @@