Skip to content

Commit

Permalink
Merge pull request ysb33r#7 from benignbala/master
Browse files Browse the repository at this point in the history
A few trivial typos corrected
  • Loading branch information
ysb33r committed May 28, 2014
2 parents 7b08728 + 79e8958 commit fa1d8fe
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 fa1d8fe

Please sign in to comment.