Skip to content

Commit

Permalink
keep the latest inheritdoc only (#692)
Browse files Browse the repository at this point in the history
* keep the latest inheritdoc only

* update mdoc version to 5.9.3.1

* update format
  • Loading branch information
TinaLiu02 authored Apr 17, 2024
1 parent 2ce4867 commit 4c8d8a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mdoc/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Mono.Documentation
{
public static class Consts
{
public static string MonoVersion = "5.9.3";
public static string MonoVersion = "5.9.3.1";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public override void ImportDocumentation (DocsNodeInfo info)
if (DocUtils.NeedsOverwrite(e["returns"]))
MDocUpdater.ClearElement(e, "returns");
}


if (elem.SelectSingleNode("inheritdoc") != null)
MDocUpdater.ClearElement(e, "inheritdoc");

foreach (XmlNode child in elem.ChildNodes)
{
Expand Down
2 changes: 1 addition & 1 deletion mdoc/mdoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
<version>5.9.3</version>
<version>5.9.3.1</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down

0 comments on commit 4c8d8a3

Please sign in to comment.