diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 20:09:31 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:35:39 -0600 |
| commit | f1b37c3a4d620298f8c646ac0a308a6fae1b662d (patch) | |
| tree | 51712eea98cc2ca090b18d30d93dad88c3f9ac8e /src/WixToolset.Extensibility/IPreprocessorExtension.cs | |
| parent | 8e08acb229ade411b7418df63b14198220aaaaa7 (diff) | |
| download | wix-f1b37c3a4d620298f8c646ac0a308a6fae1b662d.tar.gz wix-f1b37c3a4d620298f8c646ac0a308a6fae1b662d.tar.bz2 wix-f1b37c3a4d620298f8c646ac0a308a6fae1b662d.zip | |
Enable XML doc and delete obsolete IParseHelper methods.
Diffstat (limited to 'src/WixToolset.Extensibility/IPreprocessorExtension.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/IPreprocessorExtension.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IPreprocessorExtension.cs b/src/WixToolset.Extensibility/IPreprocessorExtension.cs index 94eb7d78..919ff1ae 100644 --- a/src/WixToolset.Extensibility/IPreprocessorExtension.cs +++ b/src/WixToolset.Extensibility/IPreprocessorExtension.cs | |||
| @@ -41,7 +41,6 @@ namespace WixToolset.Extensibility | |||
| 41 | /// <summary> | 41 | /// <summary> |
| 42 | /// Processes a pragma defined in the extension. | 42 | /// Processes a pragma defined in the extension. |
| 43 | /// </summary> | 43 | /// </summary> |
| 44 | /// <param name="sourceLineNumbers">The location of this pragma's PI.</param> | ||
| 45 | /// <param name="prefix">The prefix of the pragma to be processed by the extension.</param> | 44 | /// <param name="prefix">The prefix of the pragma to be processed by the extension.</param> |
| 46 | /// <param name="pragma">The name of the pragma.</param> | 45 | /// <param name="pragma">The name of the pragma.</param> |
| 47 | /// <param name="args">The pragma's arguments.</param> | 46 | /// <param name="args">The pragma's arguments.</param> |
