Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated documentation #228

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,200 changes: 62 additions & 2,138 deletions api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,22 @@ items:
nameWithType: AutomaticTaskFileType
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
type: Enum
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: Enum values for the task file type.
example: []
summary: "\nEnum values for the task file type.\n"
syntax:
content: public enum AutomaticTaskFileType
content.vb: Public Enum AutomaticTaskFileType
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
id: None
Expand All @@ -36,15 +44,23 @@ items:
nameWithType: AutomaticTaskFileType.None
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: No task file type. Can be used to express that a task does not produce any new versions of its input files.
example: []
summary: "\nNo task file type. Can be used to express that a task does not produce any new versions of its input files.\n"
syntax:
content: None = 0
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
id: NativeSource
Expand All @@ -56,15 +72,23 @@ items:
nameWithType: AutomaticTaskFileType.NativeSource
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A native source file, i.e. a file in its native format, which is associated with the project's source language.
example: []
summary: "\nA native source file, i.e. a file in its native format, which is associated with the project's source language.\n"
syntax:
content: NativeSource = 1
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
id: BilingualSource
Expand All @@ -76,15 +100,23 @@ items:
nameWithType: AutomaticTaskFileType.BilingualSource
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.
example: []
summary: "\nA bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.\n"
syntax:
content: BilingualSource = 2
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
id: BilingualTarget
Expand All @@ -96,15 +128,23 @@ items:
nameWithType: AutomaticTaskFileType.BilingualTarget
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.
example: []
summary: "\nA bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.\n"
syntax:
content: BilingualTarget = 3
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
id: NativeTarget
Expand All @@ -116,58 +156,34 @@ items:
nameWithType: AutomaticTaskFileType.NativeTarget
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format.
example: []
summary: "\nA native target file, i.e. a file associated with the project's target language after it has been converted back to its native format.\n"
syntax:
content: NativeTarget = 4
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: Sdl.ProjectAutomation.AutomaticTasks
commentId: N:Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.html
name: Sdl.ProjectAutomation.AutomaticTasks
nameWithType: Sdl.ProjectAutomation.AutomaticTasks
fullName: Sdl.ProjectAutomation.AutomaticTasks
spec.csharp:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
spec.vb:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
parent: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html
name: AutomaticTaskFileType
nameWithType: AutomaticTaskFileType
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
Loading
Loading