bakery
bakery copied to clipboard
Documentation missing when out param
related to #42 which fixed code gen. Documentation is still however missing.
Reproduce with this alias.
public System.Int32 StartProcess(Cake.Core.IO.FilePath fileName, Cake.Core.IO.ProcessSettings settings, out System.Collections.Generic.IEnumerable<System.String> redirectedOutput)
{
return Cake.Common.ProcessAliases.StartProcess(Context, fileName, settings, out redirectedOutput);
}
ping @patriksvensson
@mholo65 We probably don't generate the CRef for the method signature correctly which makes us not find the docs in the XML file.
@patriksvensson yep. Do you want to fix?
Is this on me? If so, feel free to assign. Hoping to carve out some hours soon to clear my backlog of Cake docs issues.
@daveaglick Lucky for you, this isn't the website but the bakery app 😉
but however, @daveaglick feel free to send PR if you like :wink:
Lol, well then, carry on!