format code + add missing javadoc entries

This commit is contained in:
Honfika
2014-02-06 22:35:26 +01:00
parent d68da494f0
commit b6a733d806
142 changed files with 631 additions and 520 deletions
@@ -195,6 +195,7 @@ public interface WinUser extends StdCallLibrary, WinDef {
/**
* Return whether to continue enumeration.
* @return
*/
boolean callback(HWND hWnd, Pointer data);
}