eNeRGy164 / LivingDocumentation

Generate documentation based on your dotnet source code!
MIT License
54 stars 8 forks source link

Invocation inside a return statement should be listed before the return statement #35

Open eNeRGy164 opened 3 years ago

eNeRGy164 commented 3 years ago
return BadRequest();

results in

ReturnDescription { Expression = "BadRequest()" }
InvocationDescription { Name = "BadRequest" }

This should be the other way around.