projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35c0edf
)
Improve debug output
author
Stefanos A
<stapostol@gmail.com>
Sun, 3 Nov 2013 19:28:57 +0000
(20:28 +0100)
committer
Stefanos A
<stapostol@gmail.com>
Sun, 3 Nov 2013 19:28:57 +0000
(20:28 +0100)
Function parameters are now displayed during binding generation.
Source/Bind/CSharpSpecWriter.cs
patch
|
blob
|
history
diff --git
a/Source/Bind/CSharpSpecWriter.cs
b/Source/Bind/CSharpSpecWriter.cs
index 1743ede54d808e0edc13ff98e99ff4b08576eef7..4c552b5640697f8c20fb6f28941b647a02c64219 100644
(file)
--- a/
Source/Bind/CSharpSpecWriter.cs
+++ b/
Source/Bind/CSharpSpecWriter.cs
@@
-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);