updated doxygen to include wcc
diff --git a/c/mpin.c b/c/mpin.c
index a29dfe0..b494833 100755
--- a/c/mpin.c
+++ b/c/mpin.c
@@ -19,8 +19,6 @@
 
 /* MPIN Functions */
 
-/* Version 3.0 - supports Time Permits */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/c/wcc.c b/c/wcc.c
index 48c6392..c1c8a75 100755
--- a/c/wcc.c
+++ b/c/wcc.c
@@ -17,9 +17,14 @@
 under the License.
 */
 
-/* Wang Functions */
-
-/* Version 3.0 - supports Time Permits */
+/**
+ * @file wcc.c
+ * @author Mike Scott and Kealan McCusker
+ * @date 28th April 2016
+ * @brief Wang / Chow Choo (WCC) definitions
+ *
+ *
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/c/wcc.h b/c/wcc.h
index 1f4bfad..893fe5d 100755
--- a/c/wcc.h
+++ b/c/wcc.h
@@ -17,8 +17,15 @@
 under the License.
 */
 
-/*
- *  AMCL Wang / Chow Choo (WCC)  header file
+/**
+ * @file wcc.h
+ * @author Mike Scott and Kealan McCusker
+ * @date 28th April 2016
+ * @brief Wang / Chow Choo (WCC)  header file
+ *
+ * defines structures
+ * declares functions
+ *
  */
 
 #ifndef WCC_H
diff --git a/docs/AMCL.dox b/docs/AMCL.dox
index 8cd39ec..68f1fa8 100755
--- a/docs/AMCL.dox
+++ b/docs/AMCL.dox
@@ -60,7 +60,7 @@
 
   The source code is available from the GIT repository:
 
-  git clone https://github.com/miracl/amcl 
+  git clone https://github.com/miracl/milagro-crypto
 
   \section installonmainpage Installation
  
diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in
index fd0e3a3..0150171 100644
--- a/docs/Doxyfile.in
+++ b/docs/Doxyfile.in
@@ -657,6 +657,7 @@
 
 INPUT                  =  @CMAKE_CURRENT_SOURCE_DIR@/../c/ecdh.h \
                           @CMAKE_CURRENT_SOURCE_DIR@/../c/mpin.h \
+                          @CMAKE_CURRENT_SOURCE_DIR@/../c/wcc.c \
                           @CMAKE_CURRENT_SOURCE_DIR@/../c/rsa.h \
                           @CMAKE_CURRENT_SOURCE_DIR@/AMCL.dox