Skip to content

Commit

Permalink
Docs: Updated DocFX
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Apr 30, 2023
1 parent 9902d6d commit 8de9b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"
pushd $PSScriptRoot

..\0install.ps1 run --batch --version=2.65.1 https://apps.0install.net/dotnet/docfx.xml --loglevel=warning --warningsAsErrors docfx.json
..\0install.ps1 run --batch https://apps.0install.net/dotnet/docfx.xml --logLevel=warning --warningsAsErrors docfx.json
if ($LASTEXITCODE -ne 0) {throw "Exit Code: $LASTEXITCODE"}

popd
2 changes: 1 addition & 1 deletion src/StructureEditor.WinForms/StructureEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private void UpdateEditorControl()
}

/// <summary>
/// Returns the serialized representation of the <see cref="SelectedNode"/>.
/// Returns the serialized representation of the selected <see cref="StructureTreeNode"/>.
/// </summary>
protected virtual string GetSerialized()
=> SelectedNode
Expand Down

0 comments on commit 8de9b57

Please sign in to comment.