Javadoc warnings fixed

(Some JNA docs also changed to standard comments)
This commit is contained in:
Jindra Petřík
2015-04-06 06:32:40 +02:00
parent 1115432370
commit a7e79a9570
20 changed files with 221 additions and 220 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ public interface Gdi32 extends StdCallLibrary {
*/
int GetDeviceCaps(HDC hdc, int nIndex);
/**
/* *
* The GetDIBits function retrieves the bits fo the specified compatible
* bitmap and copies them into a buffer as a DIB using the specified format.
*