Index: src/SynTree/Type.h
===================================================================
--- src/SynTree/Type.h	(revision e04b63656262df0536fe1e7313b9285ad14ac90b)
+++ src/SynTree/Type.h	(revision f5392c1db4bb1b778c34b7d634a0224a8c9615d2)
@@ -157,4 +157,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();
 
