diff options
author | Xerxes Rånby <[email protected]> | 2015-08-10 16:44:11 +0200 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2015-08-10 16:44:11 +0200 |
commit | 217d8b78a3d70d9be59d4537c7565118dfe1e277 (patch) | |
tree | a797ba55f98fc7afa002a4dfd0b2242e16f33714 /src/newt/classes | |
parent | 2d837a7a7130702ad36b694875613fae77c7ef06 (diff) |
Bug 1183: Cleanup x11/RandR javadoc and native/X11RandR13 signature comments
Diffstat (limited to 'src/newt/classes')
-rw-r--r-- | src/newt/classes/jogamp/newt/driver/x11/RandR.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/jogamp/newt/driver/x11/RandR.java b/src/newt/classes/jogamp/newt/driver/x11/RandR.java index f45762173..a421289e2 100644 --- a/src/newt/classes/jogamp/newt/driver/x11/RandR.java +++ b/src/newt/classes/jogamp/newt/driver/x11/RandR.java @@ -55,7 +55,7 @@ public interface RandR { * <li>{@link #getMonitorDeviceIds(long, ScreenDriver)}</li> * <li>{@link #getAvailableRotations(long, ScreenDriver, int)}</li> * <li>{@link #getMonitorModeProps(long, ScreenDriver, int)}</li> - * <li>{@link #getCurrentMonitorModeProps(long, ScreenDriver, int)</li> + * <li>{@link #getCurrentMonitorModeProps(long, ScreenDriver, int)}</li> * <li>{@link #getMonitorDeviceProps(long, ScreenDriver, List, int, MonitorMode)}</li> * </ul> * <p> |