golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

prefix & docs #21

Closed jfcg closed 6 years ago

jfcg commented 7 years ago

Hi again,

xlab commented 7 years ago

Hi! Thanks for the feedback.

Nk prefix left only for function calls, to avoid collision with types which are named the same in many cases.

Documentation cannot be copied as comments are not being analyzed, instead we have a reference to original line in header, so the documentation can be reached in 2 hops.