zhaojiahai / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Compile time warnings related to bad XML comments #236

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Found these after compiling the latest version of AForge.

Warning 2   XML comment on 'AForge.Genetic.Population.Resize(int)' has a paramref 
tag for 'size', but there is no parameter by that 
name    D:\AForge.NET\Sources\Genetic\Population.cs 558 Genetic
Warning 3   XML comment on 'AForge.Genetic.Population.Resize(int, 
AForge.Genetic.ISelectionMethod)' has a paramref tag for 'size', but there is 
no parameter by that 
name    D:\AForge.NET\Sources\Genetic\Population.cs 579 Genetic
Warning 1   XML comment on 'AForge.Math.Geometry.Line' has a paramref tag for 
'Intercept', but there is no parameter by that 
name    D:\AForge.NET\Sources\Math\Geometry\Line.cs 24  Math

Original issue reported on code.google.com by krzysztof.blacha on 31 Jul 2011 at 7:38

GoogleCodeExporter commented 8 years ago
Committed in revision 1557.

Original comment by andrew.k...@gmail.com on 1 Aug 2011 at 8:27

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 3 Aug 2011 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 10 Aug 2011 at 9:39