aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgamma-method.h')
-rw-r--r--src/libgamma-method.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h
index 0b60b4b..6d2cb33 100644
--- a/src/libgamma-method.h
+++ b/src/libgamma-method.h
@@ -320,7 +320,7 @@ typedef struct libgamma_crtc_state
*/
typedef enum libgamma_connector_type
{
- /*
+ /**
* The adjustment method does not know the connector's type
* (This could be considered an error)
*/
@@ -343,6 +343,7 @@ typedef enum libgamma_connector_type
LIBGAMMA_CONNECTOR_TYPE_VIRTUAL,
LIBGAMMA_CONNECTOR_TYPE_DSI,
LIBGAMMA_CONNECTOR_TYPE_LFP
+
} libgamma_connector_type_t;
/**