]> git.tdb.fi Git - libs/gl.git/blobdiff - source/extension.h
Fix an incorrect negation
[libs/gl.git] / source / extension.h
index 1b149367eecd7ef9c5978138a0a41a837ee7b9c4..cf824e24b0a189b65fc88de30adc6dc862fb5e09 100644 (file)
@@ -34,6 +34,10 @@ struct Version
 };
 
 
+/**
+Holds metadata about an extension.  Evaluates to true if the extension is
+supported.
+*/
 class Extension
 {
 public: