diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-03 19:08:56 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-03 19:08:56 (GMT) |
commit | 510289ea4b64ff6522ef2b93e923f17dde42beac (patch) | |
tree | 5cf03da0e4453c0ec1d73756301e8cc117226a07 | |
parent | 8172b15c68f17dd093c3728887acb93746e50f37 (diff) | |
parent | 9cf80a9afa866f9347af425ba2f6189cc6480832 (diff) | |
download | Doxygen-510289ea4b64ff6522ef2b93e923f17dde42beac.zip Doxygen-510289ea4b64ff6522ef2b93e923f17dde42beac.tar.gz Doxygen-510289ea4b64ff6522ef2b93e923f17dde42beac.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
-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 |