diff options
author | Armin Müller <27155134+arm-in@users.noreply.github.com> | 2018-06-19 20:20:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 20:20:47 (GMT) |
commit | 8a777aec2e4963354c6ff3a784937f72f276aa81 (patch) | |
tree | 3c0c695c8dedd6b5df291087c1ee9d59a664526f /src/doxygen.md | |
parent | 02a07ad66ad327a91cb0cf42d7d2b970b3ba83bb (diff) | |
download | Doxygen-8a777aec2e4963354c6ff3a784937f72f276aa81.zip Doxygen-8a777aec2e4963354c6ff3a784937f72f276aa81.tar.gz Doxygen-8a777aec2e4963354c6ff3a784937f72f276aa81.tar.bz2 |
Update doxygen.md
Diffstat (limited to 'src/doxygen.md')
-rw-r--r-- | src/doxygen.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.md b/src/doxygen.md index ccb47b9..17144ec 100644 --- a/src/doxygen.md +++ b/src/doxygen.md @@ -9,7 +9,7 @@ links to the relevant parts of the code. This document is intended for developers who want to work on doxygen. Users of doxygen are referred to the [User Manual](http://www.doxygen.org/manual.html). -The generic starting point of the application is of cource the main() function. +The generic starting point of the application is of course the main() function. Configuration options --------------------- |