Index: src/SynTree/Type.h
===================================================================
--- src/SynTree/Type.h	(revision 946bcca6a3c077ba095be8710e19a6c1c7d5f7a4)
+++ src/SynTree/Type.h	(revision 94a8123eaa2a5e8824fefa939a2801d1236aa937)
@@ -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();
 
