mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Improve debug output
Function parameters are now displayed during binding generation.
This commit is contained in:
parent
35c0edfa42
commit
2d33b10e1a
|
@ -329,7 +329,7 @@ namespace Bind
|
|||
{
|
||||
if ((Settings.Compatibility & Settings.Legacy.NoDocumentation) == 0)
|
||||
{
|
||||
string text = String.Format("Writing function #{0}: {1}", current++, f.Name);
|
||||
string text = String.Format("Writing function #{0}: {1}", current++, f.ToString());
|
||||
ConsoleRewrite(text);
|
||||
|
||||
WriteDocumentation(sw, f);
|
||||
|
|
Loading…
Reference in a new issue