Skip to content

Commit

Permalink
source code links
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wojcik committed Mar 20, 2024
1 parent cd1e2de commit 9588b7a
Show file tree
Hide file tree
Showing 52 changed files with 438 additions and 411 deletions.
2 changes: 1 addition & 1 deletion api/DocFxToTemplate.Models.DocFx.SourceDetail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ items:
[JsonPropertyName("remote")]
public GitDetail Remote { get; set; }
public GitDetail? Remote { get; set; }
parameters: []
return:
type: DocFxToTemplate.Models.DocFx.GitDetail
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/api/DocFxToTemplate.Example1/Class1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class Class1
Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll

Assembly: DocFxToTemplate.Example1.dll
Source: [src/example/DocFxToTemplate.Example1/Class1.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/example/DocFxToTemplate.Example1/Class1.cs#L3)


```csharp title="src/example/DocFxToTemplate.Example1/Class1.cs#2"
```csharp title="src/example/DocFxToTemplate.Example1/Class1.cs#L3"
public class Class1
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/api/DocFxToTemplate.Example1/Enum1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Enum Enum1
Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll

Assembly: DocFxToTemplate.Example1.dll
Source: [src/example/DocFxToTemplate.Example1/Enum1.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/example/DocFxToTemplate.Example1/Enum1.cs#L3)


```csharp title="src/example/DocFxToTemplate.Example1/Enum1.cs#2"
```csharp title="src/example/DocFxToTemplate.Example1/Enum1.cs#L3"
public enum Enum1
```

Expand Down
10 changes: 5 additions & 5 deletions docs/docs/api/DocFxToTemplate.Example1/Flags1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Enum Flags1
Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll

Assembly: DocFxToTemplate.Example1.dll
Source: [src/example/DocFxToTemplate.Example1/Flags1.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/example/DocFxToTemplate.Example1/Flags1.cs#L3)


```csharp title="src/example/DocFxToTemplate.Example1/Flags1.cs#2"
```csharp title="src/example/DocFxToTemplate.Example1/Flags1.cs#L3"
[Flags]
public enum Flags1
```
Expand All @@ -26,12 +26,12 @@ public enum Flags1
## Fields
### Flag1

```csharp title="src/example/DocFxToTemplate.Example1/Flags1.cs#5"
```csharp title="src/example/DocFxToTemplate.Example1/Flags1.cs#L6"
Flag1 = 0
```
### Flag2

```csharp title="src/example/DocFxToTemplate.Example1/Flags1.cs#6"
```csharp title="src/example/DocFxToTemplate.Example1/Flags1.cs#L7"
Flag2 = 1
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/api/DocFxToTemplate.Example1/Interface1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Interface Interface1
Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll

Assembly: DocFxToTemplate.Example1.dll
Source: [src/example/DocFxToTemplate.Example1/Interface1.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/example/DocFxToTemplate.Example1/Interface1.cs#L3)


```csharp title="src/example/DocFxToTemplate.Example1/Interface1.cs#2"
```csharp title="src/example/DocFxToTemplate.Example1/Interface1.cs#L3"
public interface Interface1
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/api/DocFxToTemplate.Example1/Record1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class Record1
Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll

Assembly: DocFxToTemplate.Example1.dll
Source: [src/example/DocFxToTemplate.Example1/Record1.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/example/DocFxToTemplate.Example1/Record1.cs#L3)


```csharp title="src/example/DocFxToTemplate.Example1/Record1.cs#2"
```csharp title="src/example/DocFxToTemplate.Example1/Record1.cs#L3"
public record Record1 : IEquatable<Record1>
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/api/DocFxToTemplate.Example1/Struct1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Struct Struct1
Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll

Assembly: DocFxToTemplate.Example1.dll
Source: [src/example/DocFxToTemplate.Example1/Struct1.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/example/DocFxToTemplate.Example1/Struct1.cs#L3)


```csharp title="src/example/DocFxToTemplate.Example1/Struct1.cs#2"
```csharp title="src/example/DocFxToTemplate.Example1/Struct1.cs#L3"
public struct Struct1
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class ExtensibleMemberAttribute
Namespace: DocFxToTemplate.Models.DocFx.Attributes
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/Attributes/ExtensibleMemberAttribute.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/Attributes/ExtensibleMemberAttribute.cs#L3)


```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/ExtensibleMemberAttribute.cs#2"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/ExtensibleMemberAttribute.cs#L3"
public class ExtensibleMemberAttribute : Attribute
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class MarkdownContentAttribute
Namespace: DocFxToTemplate.Models.DocFx.Attributes
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/Attributes/MarkdownContentAttribute.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/Attributes/MarkdownContentAttribute.cs#L3)


```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MarkdownContentAttribute.cs#2"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MarkdownContentAttribute.cs#L3"
public class MarkdownContentAttribute : Attribute
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Enum MergeOption
Namespace: DocFxToTemplate.Models.DocFx.Attributes
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L10](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L10)


```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#9"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L10"
public enum MergeOption
```

Expand All @@ -25,17 +25,17 @@ public enum MergeOption
## Fields
### Ignore

```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#12"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L13"
Ignore = 1
```
### MergeKey

```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#11"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L12"
MergeKey = 0
```
### Replace

```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#13"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L14"
Replace = 2
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class MergeOptionAttribute
Namespace: DocFxToTemplate.Models.DocFx.Attributes
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L3)


```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#2"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/MergeOptionAttribute.cs#L3"
public class MergeOptionAttribute : Attribute
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class UniqueIdentityReferenceAttribute
Namespace: DocFxToTemplate.Models.DocFx.Attributes
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/Attributes/UniqueIdentityReferenceAttribute.cs#L3](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/Attributes/UniqueIdentityReferenceAttribute.cs#L3)


```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/UniqueIdentityReferenceAttribute.cs#2"
```csharp title="src/DocFxToTemplate/Models/DocFx/Attributes/UniqueIdentityReferenceAttribute.cs#L3"
public class UniqueIdentityReferenceAttribute : Attribute
```

Expand Down
12 changes: 6 additions & 6 deletions docs/docs/api/DocFxToTemplate.Models.DocFx/AdditionalNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class AdditionalNotes
Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L10](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L10)


```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#9"
```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L10"
public class AdditionalNotes
```

Expand All @@ -27,7 +27,7 @@ public class AdditionalNotes
### Caller


```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#11"
```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L12"
[YamlMember(Alias = "caller")]
[JsonPropertyName("caller")]
public string Caller { get; set; }
Expand All @@ -39,7 +39,7 @@ public string Caller { get; set; }
### Implementer


```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#16"
```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L17"
[YamlMember(Alias = "implementer")]
[JsonPropertyName("implementer")]
public string Implementer { get; set; }
Expand All @@ -51,7 +51,7 @@ public string Implementer { get; set; }
### Inheritor


```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#21"
```csharp title="src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L22"
[YamlMember(Alias = "inheritor")]
[JsonPropertyName("inheritor")]
public string Inheritor { get; set; }
Expand Down
16 changes: 8 additions & 8 deletions docs/docs/api/DocFxToTemplate.Models.DocFx/ApiParameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class ApiParameter
Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L11](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L11)


```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#10"
```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L11"
public class ApiParameter
```

Expand All @@ -27,7 +27,7 @@ public class ApiParameter
### Attributes


```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#27"
```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L28"
[YamlMember(Alias = "attributes")]
[JsonPropertyName("attributes")]
[MergeOption(MergeOption.Ignore)]
Expand All @@ -40,7 +40,7 @@ public List<AttributeInfo> Attributes { get; set; }
### Description


```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#22"
```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L23"
[YamlMember(Alias = "description")]
[JsonPropertyName("description")]
public string Description { get; set; }
Expand All @@ -52,7 +52,7 @@ public string Description { get; set; }
### Name


```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#12"
```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L13"
[YamlMember(Alias = "id")]
[JsonPropertyName("id")]
[MergeOption(MergeOption.MergeKey)]
Expand All @@ -65,7 +65,7 @@ public string Name { get; set; }
### Reference


```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#32"
```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L33"
[JsonIgnore]
[YamlIgnore]
[IgnoreDataMember]
Expand All @@ -78,7 +78,7 @@ public ReferenceViewModel? Reference { get; set; }
### Type


```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#17"
```csharp title="src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L18"
[YamlMember(Alias = "type")]
[JsonPropertyName("type")]
public string Type { get; set; }
Expand Down
10 changes: 5 additions & 5 deletions docs/docs/api/DocFxToTemplate.Models.DocFx/ArgumentInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class ArgumentInfo
Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L10](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L10)


```csharp title="src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#9"
```csharp title="src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L10"
public class ArgumentInfo
```

Expand All @@ -27,7 +27,7 @@ public class ArgumentInfo
### Type


```csharp title="src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#11"
```csharp title="src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L12"
[YamlMember(Alias = "type")]
[JsonPropertyName("type")]
public string Type { get; set; }
Expand All @@ -39,7 +39,7 @@ public string Type { get; set; }
### Value


```csharp title="src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#16"
```csharp title="src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L17"
[YamlMember(Alias = "value")]
[JsonPropertyName("value")]
public object Value { get; set; }
Expand Down
14 changes: 7 additions & 7 deletions docs/docs/api/DocFxToTemplate.Models.DocFx/AttributeInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: TODO

# Class AttributeInfo
Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll

Assembly: DocFxToTemplate.dll
Source: [src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L10](https://github.com/k-wojcik/DocFxToTemplate/blob/master/src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L10)


```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#9"
```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L10"
public class AttributeInfo
```

Expand All @@ -27,7 +27,7 @@ public class AttributeInfo
### Arguments


```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#20"
```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L21"
[YamlMember(Alias = "arguments")]
[JsonPropertyName("arguments")]
public List<ArgumentInfo> Arguments { get; set; }
Expand All @@ -39,7 +39,7 @@ public List<ArgumentInfo> Arguments { get; set; }
### Constructor


```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#16"
```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L17"
[YamlMember(Alias = "ctor")]
[JsonPropertyName("ctor")]
public string Constructor { get; set; }
Expand All @@ -51,7 +51,7 @@ public string Constructor { get; set; }
### NamedArguments


```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#24"
```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L25"
[YamlMember(Alias = "namedArguments")]
[JsonPropertyName("namedArguments")]
public List<NamedArgumentInfo> NamedArguments { get; set; }
Expand All @@ -63,7 +63,7 @@ public List<NamedArgumentInfo> NamedArguments { get; set; }
### Type


```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#11"
```csharp title="src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L12"
[YamlMember(Alias = "type")]
[JsonPropertyName("type")]
public string Type { get; set; }
Expand Down
Loading

0 comments on commit 9588b7a

Please sign in to comment.