Commit 09d979c1 by Robbie Hott

Added code

parent f6b45989
......@@ -25,7 +25,7 @@ All code will be internally-documented using [Javadoc](http://www.oracle.com/tec
* All files, regardless of language, must have javadoc-style documentation with author attribution, definition of the file, and short-text of the code license, as defined below:
```php
```PHP
/**
* File Description Headline
*
......@@ -41,7 +41,7 @@ All code will be internally-documented using [Javadoc](http://www.oracle.com/tec
* All classes, fields, methods, and function definitions must include documentation, as shown below:
```php
```PHP
/**
* Name Reconciliation Engine Main Class
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment