diff --git a/Code/Mantid/Build/Jenkins/leeroy.md b/Code/Mantid/Build/Jenkins/leeroy.md
index e4f14c66bc7d8d39db8269f0a6edb52ec3b89c1e..67f68ef3005ba4a9fa15a360ac9f472c5f05de4c 100644
--- a/Code/Mantid/Build/Jenkins/leeroy.md
+++ b/Code/Mantid/Build/Jenkins/leeroy.md
@@ -22,7 +22,7 @@ Adding a new job to Leeroy
 
 To setup a new Jenkins jobs to work with Leeroy there are three additional thing needed over the standard settings for a job in Jenkins.
 
-   * Add a Job Notifications with `URL` set to `http://localhost:5000/notification/jenkins`
+   * Add a Job Notifications with `URL` set to `http://localhost:5000/notification/jenkins` and `Log` to `1`.
    * Add 5 string parameters; `GIT_BASE_REPO`, `GIT_HEAD_REPO`, `GIT_SHA1`, `GITHUB_URL` and `PR`.
    * Under Source Code Management set Repository `URL` to `git://github.com/$GIT_HEAD_REPO.git`, Refspec (under Advanced) to `+refs/pull/$PR/merge:pull-$PR-merged` and Branch Specifier to `pull-$PR-merged`.
    * Add the build to `config.json` and restart Leeroy.
@@ -85,6 +85,11 @@ Config file (`config.json`)
             "github_repo": "mantidproject/mantid",
             "jenkins_job_name": "pull_requests-cppcheck",
             "context": "cppcheck"
+        },
+        {
+            "github_repo": "mantidproject/mantid",
+            "jenkins_job_name": "pull_requests-doxygen",
+            "context": "Doxygen"
         }
     ],
     "user": "USER",