Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Comments] Fix path on compositor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvux committed Apr 19, 2017
1 parent c0abdbd commit d48d249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/SharpDX.DirectManipulation/Compositor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ partial interface Compositor
/// <param name="arentVisualRef"><dd> <p>The parent in the composition tree for the content being added.</p> <p><em>parentVisual</em> must also be a parent of <em>childVisual</em> in the composition tree.</p> </dd></param>
/// <param name="childVisual"><dd> <p>The child in the composition tree for the content being added.</p> <p><em>parentVisual</em> must also be a parent of <em>childVisual</em> in the composition tree.</p> </dd></param>
/// <returns>No documentation.</returns>
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::AddContent']/*"/>
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::AddContent']/*"/>
/// <msdn-id>Hh768898</msdn-id>
/// <unmanaged>HRESULT IDirectManipulationCompositor::AddContent([In] IDirectManipulationContent* content,[In, Optional] IUnknown* device,[In, Optional] IUnknown* parentVisual,[In, Optional] IUnknown* childVisual)</unmanaged>
/// <unmanaged-short>IDirectManipulationCompositor::AddContent</unmanaged-short>
Expand All @@ -31,7 +31,7 @@ partial interface Compositor
/// </summary>
/// <param name="content"><dd> <p>The content to remove from the composition tree.</p> </dd></param>
/// <returns>No documentation.</returns>
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::RemoveContent']/*"/>
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::RemoveContent']/*"/>
/// <msdn-id>Hh768899</msdn-id>
/// <unmanaged>HRESULT IDirectManipulationCompositor::RemoveContent([In] IDirectManipulationContent* content)</unmanaged>
/// <unmanaged-short>IDirectManipulationCompositor::RemoveContent</unmanaged-short>
Expand All @@ -43,7 +43,7 @@ partial interface Compositor
/// </summary>
/// <param name="updateManager">No documentation.</param>
/// <returns>No documentation.</returns>
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::SetUpdateManager']/*"/>
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::SetUpdateManager']/*"/>
/// <msdn-id>Hh768900</msdn-id>
/// <unmanaged>HRESULT IDirectManipulationCompositor::SetUpdateManager([In] IDirectManipulationUpdateManager* updateManager)</unmanaged>
/// <unmanaged-short>IDirectManipulationCompositor::SetUpdateManager</unmanaged-short>
Expand All @@ -53,7 +53,7 @@ partial interface Compositor
/// <p>Commits all pending updates in the compositor to the system for rendering.</p>Syntax<pre><see cref="SharpDX.Result"/> Flush();</pre>Parameters<p>This method has no parameters.</p>Return value<p>If the method succeeds, it returns <strong><see cref="SharpDX.Result.Ok"/></strong>. Otherwise, it returns an <strong><see cref="SharpDX.Result"/></strong> error code.</p>Remarks<p>This method enables Direct Manipulation to flush any pending changes to its visuals before a system event, such as a process suspension.</p>Requirements
/// </summary>
/// <returns>No documentation.</returns>
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::Flush']/*"/>
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::Flush']/*"/>
/// <msdn-id>jj647930</msdn-id>
/// <unmanaged>HRESULT IDirectManipulationCompositor::Flush()</unmanaged>
/// <unmanaged-short>IDirectManipulationCompositor::Flush</unmanaged-short>
Expand Down

0 comments on commit d48d249

Please sign in to comment.