Method GenerateDocsFromString
GenerateDocsFromString(string)
Generates the docs for the packages in the list, which must already be installed in the project.
Declaration
public static void GenerateDocsFromString(string packageSet = "com.unity.render-pipelines.high-definition-config@9.0.0-preview.35 com.unity.render-pipelines.universal@9.0.0-preview.35")
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageSet | A string containing a delimited list of packages with version string. |