]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Add some documentation to the GLSL compiler
[libs/gl.git] / source / glsl / output.h
index 66b77bbaaca62a391cce7b022b68473a2f9595e5..69a99d1e5e67979f9dddcd48d5db4c236ce5882e 100644 (file)
@@ -9,6 +9,7 @@ namespace Msp {
 namespace GL {
 namespace SL {
 
+/** Formats the syntax tree as GLSL. */
 class Formatter: private TraversingVisitor
 {
 private: