-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added DirectoryName IFileNameFactory implementation (closes #104)
- Loading branch information
Showing
821 changed files
with
10,360 additions
and
8,291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
documentation/api/AssemblyDocItem.AssemblyDocItem(string,string,XElement).md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
documentation/api/ClassDocItem.ClassDocItem(DocItem,ITypeDefinition,XElement).md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
...tion/api/ConstructorDocItem.ConstructorDocItem(TypeDocItem,IMethod,XElement).md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
...on/api/DefaultDocumentation/Api/IDocItemGenerator/Generate(IDocItemsContext).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#### [DefaultDocumentation\.Api](../../../index.md 'index') | ||
### [DefaultDocumentation\.Api](../../../index.md#DefaultDocumentation.Api 'DefaultDocumentation\.Api').[IDocItemGenerator](index.md 'DefaultDocumentation\.Api\.IDocItemGenerator') | ||
|
||
## IDocItemGenerator\.Generate\(IDocItemsContext\) Method | ||
|
||
Modified the known [DocItem](../../Models/DocItem/index.md 'DefaultDocumentation\.Models\.DocItem') of the [IDocItemsContext](../../IDocItemsContext/index.md 'DefaultDocumentation\.IDocItemsContext')\. | ||
|
||
```csharp | ||
void Generate(DefaultDocumentation.IDocItemsContext context); | ||
``` | ||
#### Parameters | ||
|
||
<a name='DefaultDocumentation.Api.IDocItemGenerator.Generate(DefaultDocumentation.IDocItemsContext).context'></a> | ||
|
||
`context` [IDocItemsContext](../../IDocItemsContext/index.md 'DefaultDocumentation\.IDocItemsContext') | ||
|
||
The [IDocItemsContext](../../IDocItemsContext/index.md 'DefaultDocumentation\.IDocItemsContext') of the documentation generation\. |
13 changes: 13 additions & 0 deletions
13
documentation/api/DefaultDocumentation/Api/IDocItemGenerator/Name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#### [DefaultDocumentation\.Api](../../../index.md 'index') | ||
### [DefaultDocumentation\.Api](../../../index.md#DefaultDocumentation.Api 'DefaultDocumentation\.Api').[IDocItemGenerator](index.md 'DefaultDocumentation\.Api\.IDocItemGenerator') | ||
|
||
## IDocItemGenerator\.Name Property | ||
|
||
Gets the name of the generator, used to identify it at the configuration level\. | ||
|
||
```csharp | ||
string Name { get; } | ||
``` | ||
|
||
#### Property Value | ||
[System\.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System\.String') |
18 changes: 18 additions & 0 deletions
18
documentation/api/DefaultDocumentation/Api/IDocItemGenerator/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#### [DefaultDocumentation\.Api](../../../index.md 'index') | ||
### [DefaultDocumentation\.Api](../../../index.md#DefaultDocumentation.Api 'DefaultDocumentation\.Api') | ||
|
||
## IDocItemGenerator Interface | ||
|
||
Exposes a method to generate the known [DocItem](../../Models/DocItem/index.md 'DefaultDocumentation\.Models\.DocItem') of the documentation\. | ||
|
||
```csharp | ||
public interface IDocItemGenerator | ||
``` | ||
|
||
| Properties | | | ||
| :--- | :--- | | ||
| [Name](Name.md 'DefaultDocumentation\.Api\.IDocItemGenerator\.Name') | Gets the name of the generator, used to identify it at the configuration level\. | | ||
|
||
| Methods | | | ||
| :--- | :--- | | ||
| [Generate\(IDocItemsContext\)](Generate(IDocItemsContext).md 'DefaultDocumentation\.Api\.IDocItemGenerator\.Generate\(DefaultDocumentation\.IDocItemsContext\)') | Modified the known [DocItem](../../Models/DocItem/index.md 'DefaultDocumentation\.Models\.DocItem') of the [IDocItemsContext](../../IDocItemsContext/index.md 'DefaultDocumentation\.IDocItemsContext')\. | |
13 changes: 13 additions & 0 deletions
13
documentation/api/DefaultDocumentation/Api/IElement/Name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#### [DefaultDocumentation\.Api](../../../index.md 'index') | ||
### [DefaultDocumentation\.Api](../../../index.md#DefaultDocumentation.Api 'DefaultDocumentation\.Api').[IElement](index.md 'DefaultDocumentation\.Api\.IElement') | ||
|
||
## IElement\.Name Property | ||
|
||
Gets the name of the [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement') this type handle\. | ||
|
||
```csharp | ||
string Name { get; } | ||
``` | ||
|
||
#### Property Value | ||
[System\.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System\.String') |
23 changes: 23 additions & 0 deletions
23
documentation/api/DefaultDocumentation/Api/IElement/Write(IWriter,XElement).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#### [DefaultDocumentation\.Api](../../../index.md 'index') | ||
### [DefaultDocumentation\.Api](../../../index.md#DefaultDocumentation.Api 'DefaultDocumentation\.Api').[IElement](index.md 'DefaultDocumentation\.Api\.IElement') | ||
|
||
## IElement\.Write\(IWriter, XElement\) Method | ||
|
||
Writes to a [IWriter](../IWriter/index.md 'DefaultDocumentation\.Api\.IWriter') the provided [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement')\. | ||
|
||
```csharp | ||
void Write(DefaultDocumentation.Api.IWriter writer, System.Xml.Linq.XElement element); | ||
``` | ||
#### Parameters | ||
|
||
<a name='DefaultDocumentation.Api.IElement.Write(DefaultDocumentation.Api.IWriter,System.Xml.Linq.XElement).writer'></a> | ||
|
||
`writer` [IWriter](../IWriter/index.md 'DefaultDocumentation\.Api\.IWriter') | ||
|
||
The [IWriter](../IWriter/index.md 'DefaultDocumentation\.Api\.IWriter') to write to\. | ||
|
||
<a name='DefaultDocumentation.Api.IElement.Write(DefaultDocumentation.Api.IWriter,System.Xml.Linq.XElement).element'></a> | ||
|
||
`element` [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement') | ||
|
||
The [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement') to write\. |
18 changes: 18 additions & 0 deletions
18
documentation/api/DefaultDocumentation/Api/IElement/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#### [DefaultDocumentation\.Api](../../../index.md 'index') | ||
### [DefaultDocumentation\.Api](../../../index.md#DefaultDocumentation.Api 'DefaultDocumentation\.Api') | ||
|
||
## IElement Interface | ||
|
||
Exposes a method to handle a specific kind of [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement') when writing documentation\. | ||
|
||
```csharp | ||
public interface IElement | ||
``` | ||
|
||
| Properties | | | ||
| :--- | :--- | | ||
| [Name](Name.md 'DefaultDocumentation\.Api\.IElement\.Name') | Gets the name of the [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement') this type handle\. | | ||
|
||
| Methods | | | ||
| :--- | :--- | | ||
| [Write\(IWriter, XElement\)](Write(IWriter,XElement).md 'DefaultDocumentation\.Api\.IElement\.Write\(DefaultDocumentation\.Api\.IWriter, System\.Xml\.Linq\.XElement\)') | Writes to a [IWriter](../IWriter/index.md 'DefaultDocumentation\.Api\.IWriter') the provided [System\.Xml\.Linq\.XElement](https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement 'System\.Xml\.Linq\.XElement')\. | |
Oops, something went wrong.