diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ This repo contains some custom BuildStep classes for the use with -(buildbot)[http://trac.buildbot.net/]. +[buildbot](http://trac.buildbot.net/). I currently uses this build steps with buildbot-0.8.3_p1. You maybe have to change some parts, if you want to use it with other versions. @@ -7,7 +7,7 @@ have to change some parts, if you want to use it with other versions. # Doxygen The doxygen step should be used, if you are generating docs with -(doxygen)[http://www.doxygen.org/]. It is mainly just cosmetic to +[doxygen](http://www.doxygen.org/). It is mainly just cosmetic to display the step in the build details with a nice heading. To use the step you could use the following snippet, assuming that this repository is cloned next to your master.cfg: |