Index: src/SynTree/Type.h
===================================================================
--- src/SynTree/Type.h	(revision 946bcca6a3c077ba095be8710e19a6c1c7d5f7a4)
+++ src/SynTree/Type.h	(revision 142cf5d5bc4083f9bfbdb71d2ae41cf1ec930d79)
@@ -155,4 +155,5 @@
 	virtual Type * getComponent( unsigned i ) { assertf( size() == 1 && i == 0, "Type::getComponent was called with size %d and index %d\n", size(), i ); return this; }
 
+	/// return type without outer pointers and arrays
 	Type *stripDeclarator();
 
