Skip to content

Commit

Permalink
A few trivial typos corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
benignbala committed May 28, 2014
1 parent 7b08728 commit 79e8958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doxygen/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Doxygen Plugin for Gradle
=========================

[Doxygen](http://www.doxygen.org) is a popular documentation tool, especially in the C/C++ world. This is plugin makes
[Doxygen](http://www.doxygen.org) is a popular documentation tool, especially in the C/C++ world. This plugin makes
it possible to generate documentation for any of the ```Doxygen``` supported languages, if such projects are built with
[Gradle](http://www.gradle.org). There is an existing [Doxygen extension](***) for [Ant](http://ant.apache.org), which already
makes it possible for Gradle builds to utlise DOxygen via ```AntBuilder```, however this plugin takes a much more
Expand Down Expand Up @@ -64,7 +64,7 @@ doxygen {
}
```

A pre-configured ```Doxyfile``` template can be supply. At build-time this template will be copied and appropriate
A pre-configured ```Doxyfile``` template can be supplied. At build-time this template will be copied and appropriate
values supplied via the configuration closure will be substituted. This is done via the ```template``` parameter.

```groovy
Expand Down

0 comments on commit 79e8958

Please sign in to comment.