summaryrefslogtreecommitdiffstats
path: root/doc/trouble.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
commit32557464b53467b2819e3fb820a7bbc459eb3e30 (patch)
treea3e5426db07e417c276c043b1c2436f169045b49 /doc/trouble.doc
parentc9ed38abcef60f4ecb9fc08a1ddd936762d5342c (diff)
downloadDoxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.zip
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.gz
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.bz2
Release-1.4.5-20051024
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r--doc/trouble.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc
index 312c163..dc3fbbd 100644
--- a/doc/trouble.doc
+++ b/doc/trouble.doc
@@ -22,7 +22,7 @@
read \ref unix_problems "this section" first.
<li>Doxygen is <em>not</em> a real compiler, it is only a lexical scanner.
This means that it can and will not detect errors in your source code.
-<li>Since it impossible to test all possible code fragments, it is
+<li>Since it is impossible to test all possible code fragments, it is
very well possible, that some valid piece of C/C++ code is not handled
properly. If you find such a piece, please send it to me, so I can
improve doxygen's parsing capabilities. Try to make the piece of code
@@ -58,7 +58,7 @@
For a part this is because the code parser isn't smart enough at the
moment. I'll try to improve this in the future. But even with these
- improvements not everthing can be properly linked to the corresponding
+ improvements not everything can be properly linked to the corresponding
documentation, because of possible ambiguities or lack of
information about the context in which the code fragment is found.
<li>It is not possible to insert a non-member function f in a class A