diff options
author | albert-github <albert.tests@gmail.com> | 2020-12-03 09:39:02 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-12-03 09:39:02 (GMT) |
commit | 5ebf938be4d3b185fa1e1319ebeefafd090605f8 (patch) | |
tree | 2be59defe775cc080d9048701fa1fba41300fc27 | |
parent | eeea9fb76fba464b7c18e40062001840071301a2 (diff) | |
download | Doxygen-5ebf938be4d3b185fa1e1319ebeefafd090605f8.zip Doxygen-5ebf938be4d3b185fa1e1319ebeefafd090605f8.tar.gz Doxygen-5ebf938be4d3b185fa1e1319ebeefafd090605f8.tar.bz2 |
Correction of spelling errors
Correction of spelling errors (as found by Fossies).
-rw-r--r-- | addon/doxyparse/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxyparse/README.md b/addon/doxyparse/README.md index 75746b7..2f9c468 100644 --- a/addon/doxyparse/README.md +++ b/addon/doxyparse/README.md @@ -4,10 +4,10 @@ This directory contains an "source parsing engine" based on doxyapp code. Doxyparse modifies the default output of Doxygen and dumps the dependencies among code elements in a YAML format, instead of output it in a human-readable -format, as Doxygen does Doxyparse's output is intented to produce a +format, as Doxygen does Doxyparse's output is intended to produce a machine-readable output. -Doxyparse has been used in many software engeneering research (as a source-code +Doxyparse has been used in many software engineering research (as a source-code static analysis tool) regards on software metrics, quality metrics and so on, Doxyparse was first used by the [Analizo](http://analizo.org) toolkit, a suite of source code analysis tools, aimed at being language-independent and |