Skip to content

Commit

Permalink
update api doc (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.sdl.com>
  • Loading branch information
icmoldovan and github-actions[bot] authored Oct 8, 2024
1 parent d624143 commit 2fb3a6c
Show file tree
Hide file tree
Showing 1,801 changed files with 453,414 additions and 877,376 deletions.

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&apos;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&apos;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&apos;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&apos;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

0 comments on commit 2fb3a6c

Please sign in to comment.