- Added Doxygen source code documentation parts (donated by Fox-IT)

diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h
index 2ae4169..1c6498c 100644
--- a/include/polarssl/base64.h
+++ b/include/polarssl/base64.h
@@ -1,6 +1,8 @@
 /**
  * \file base64.h
  *
+ * \brief RFC 1521 base64 encoding/decoding
+ *
  *  Copyright (C) 2006-2010, Brainspark B.V.
  *
  *  This file is part of PolarSSL (http://www.polarssl.org)