summaryrefslogtreecommitdiff
path: root/Examples/FunctionVoid
diff options
context:
space:
mode:
authorJasperVanEck <jaspergkurtz@gmail.com>2013-11-28 13:34:35 +0100
committerJasperVanEck <jaspergkurtz@gmail.com>2013-11-28 13:34:35 +0100
commita6587568fe996abc6b128d5e78d61c342e95d922 (patch)
treebb5d1b76e0a7494d12cb718eca317b9487708df0 /Examples/FunctionVoid
parent31fcc388250bbb7761f2c9c8fb25b92b5e50ef82 (diff)
comments updated, and Exception example added
Diffstat (limited to 'Examples/FunctionVoid')
-rw-r--r--Examples/FunctionVoid/functionvoid.cpp2
-rw-r--r--Examples/FunctionVoid/functionvoid.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/FunctionVoid/functionvoid.cpp b/Examples/FunctionVoid/functionvoid.cpp
index 3d0e85d..f4386ea 100644
--- a/Examples/FunctionVoid/functionvoid.cpp
+++ b/Examples/FunctionVoid/functionvoid.cpp
@@ -1,6 +1,6 @@
/**
* functionvoid.cpp
- * @Author Jasper van Eck
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
*
* An example file to show the working of a void function call.
*/
diff --git a/Examples/FunctionVoid/functionvoid.php b/Examples/FunctionVoid/functionvoid.php
index cc1840b..e6fbb67 100644
--- a/Examples/FunctionVoid/functionvoid.php
+++ b/Examples/FunctionVoid/functionvoid.php
@@ -1,7 +1,7 @@
<?php
/*
* functionvoid.php
- * @Author Jasper van Eck
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
*
* An example file to show the working of a void function call.
*/