Index: src/GenPoly/Lvalue.h
===================================================================
--- src/GenPoly/Lvalue.h	(revision 843054c23fcb725d2486e5e42e91b3741bc523b8)
+++ src/GenPoly/Lvalue.h	(revision 7f5566b3fe2cd28774da6eb330d767776dd50ea4)
@@ -22,4 +22,5 @@
 
 namespace GenPoly {
+	/// replaces return type of `lvalue T` with `T*`, along with appropriate address-of and dereference operators
 	void convertLvalue( std::list< Declaration* >& translationUnit );
 } // namespace GenPoly
