File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Mono.Documentation/Updater Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace Mono.Documentation
33{
44 public static class Consts
55 {
6- public static string MonoVersion = "5.9.3" ;
6+ public static string MonoVersion = "5.9.3.1 " ;
77 public const string DocId = "DocId" ;
88 public const string CppCli = "C++ CLI" ;
99 public const string CppCx = "C++ CX" ;
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ public override void ImportDocumentation (DocsNodeInfo info)
7373 if ( DocUtils . NeedsOverwrite ( e [ "returns" ] ) )
7474 MDocUpdater . ClearElement ( e , "returns" ) ;
7575 }
76-
77-
76+ if ( elem . SelectSingleNode ( "inheritdoc" ) != null )
77+ MDocUpdater . ClearElement ( e , "inheritdoc" ) ;
7878
7979 foreach ( XmlNode child in elem . ChildNodes )
8080 {
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >mdoc</id >
5- <version >5.9.3</version >
5+ <version >5.9.3.1 </version >
66 <title >mdoc</title >
77 <authors >Microsoft</authors >
88 <owners >Microsoft</owners >
You can’t perform that action at this time.
0 commit comments