Skip to content

Commit 19b2ad9

Browse files
mairawgewarren
andauthored
new content + fixes (#3827)
* new content + fixes * fix build issue * more content * add forInternalUseOnly * Apply suggestions from code review Co-Authored-By: Genevieve Warren <[email protected]> * Update VsaEngine.xml Co-authored-by: Genevieve Warren <[email protected]>
1 parent 7e1cef8 commit 19b2ad9

File tree

4 files changed

+105
-89
lines changed

4 files changed

+105
-89
lines changed

xml/Microsoft.Build.Tasks.Xaml/CommandLineGenerator.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<ReturnType>System.String</ReturnType>
6565
</ReturnValue>
6666
<Docs>
67-
<summary>Contains a string of additional options to include on the command line.</summary>
68-
<value>To be added.</value>
67+
<summary>Gets or sets a string of additional options to include on the command line.</summary>
68+
<value>A string of additional options to include on the command line.</value>
6969
<remarks>To be added.</remarks>
7070
</Docs>
7171
</Member>
@@ -93,8 +93,8 @@
9393
<ReturnType>System.String</ReturnType>
9494
</ReturnValue>
9595
<Docs>
96-
<summary>Contains the string to append to a command line when there is no template.</summary>
97-
<value>To be added.</value>
96+
<summary>Gets or sets the string to append to a command line when there is no template.</summary>
97+
<value>The string to append to a command line when there is no template.</value>
9898
<remarks>To be added.</remarks>
9999
</Docs>
100100
</Member>
@@ -122,8 +122,8 @@
122122
<ReturnType>System.String</ReturnType>
123123
</ReturnValue>
124124
<Docs>
125-
<summary>Contains the template to use when creating the command line.</summary>
126-
<value>To be added.</value>
125+
<summary>Gets or sets the template to use when creating the command line.</summary>
126+
<value>The template to use when creating the command line.</value>
127127
<remarks>To be added.</remarks>
128128
</Docs>
129129
</Member>
@@ -144,8 +144,8 @@
144144
</ReturnValue>
145145
<Parameters />
146146
<Docs>
147-
<summary>Generates a command line.</summary>
148-
<returns>To be added.</returns>
147+
<summary>Generates the command line.</summary>
148+
<returns>The command line.</returns>
149149
<remarks>To be added.</remarks>
150150
</Docs>
151151
</Member>

xml/Microsoft.JScript.Vsa/BaseVsaEngine.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@
855855
<param name="ident">A string value provided as identifier.</param>
856856
<summary>Checks whether the supplied identifier is valid for the engine.</summary>
857857
<returns>
858-
<see langword="true" /> if the identifier is valid; otherwise, it returns <see langword="false" />.</returns>
858+
<see langword="true" /> if the identifier is valid; otherwise, <see langword="false" />.</returns>
859859
<remarks>To be added.</remarks>
860860
</Docs>
861861
</Member>
@@ -881,7 +881,7 @@
881881
<param name="name">A string value provided as identifier.</param>
882882
<summary>Checks whether the supplied namespace is valid for the engine.</summary>
883883
<returns>
884-
<see langword="true" /> if the namespace is valid; otherwise, it returns <see langword="false" />.</returns>
884+
<see langword="true" /> if the namespace is valid; otherwise, <see langword="false" />.</returns>
885885
<remarks>To be added.</remarks>
886886
</Docs>
887887
</Member>

0 commit comments

Comments
 (0)