diff --git a/doc/material-dsp.md b/doc/material-dsp.md index 552bcefa4..d0a324acb 100644 --- a/doc/material-dsp.md +++ b/doc/material-dsp.md @@ -34,17 +34,19 @@ This package will be automatically present in the project after [creating a new It is possible to configure the import process. The _UnoDspImportColors_ item found in the _csproj_ file has a number of attributes we can set: -| Attribute | Description | Default Value | -|----------------|---------------------------------|-------------------------| -| `Include` | Style files to input | | -| `Generator`* | Type of generator to use | `Xaml` | -| `OutputPath` | Path to use for the output | Input file directory | +| Attribute | Description | Default Value | +|------------------|---------------------------------|-------------------------| +| `Include` | Style files to input | | +| `Generator`* | Type of generator to use | `Xaml` | +| `OutputPath`** | Path to use for the output | Input file directory | \* The possible values for `Generator` are `Xaml` or `Csharp`. +\** If `Include` is a glob (eg: *.json), `OutputPath` should be a directory. + ```xml - + ```