summaryrefslogtreecommitdiffstats
path: root/doc/trouble.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:34:06 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:34:06 (GMT)
commitee8333a5d2ecf84deeb5d05ed8b23c212729cdac (patch)
tree43e0b215b5d3d2b436509cbb1cd22102aef61b1d /doc/trouble.doc
parent6aa7383e23c850af36c25b87e5737a2e2f635083 (diff)
downloadDoxygen-ee8333a5d2ecf84deeb5d05ed8b23c212729cdac.zip
Doxygen-ee8333a5d2ecf84deeb5d05ed8b23c212729cdac.tar.gz
Doxygen-ee8333a5d2ecf84deeb5d05ed8b23c212729cdac.tar.bz2
mods for doxygen-0.49-990829
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r--doc/trouble.doc9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc
index 72013d3..5f130ec 100644
--- a/doc/trouble.doc
+++ b/doc/trouble.doc
@@ -48,6 +48,13 @@
int *(a[20]);
\endverbatim
then doxygen will remove the braces and correctly parse the result.
+<li>Not all names in code fragments that are include in the documentation
+ are replaced by links (for instance when using SOURCE_BROWSER = YES).
+ 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
+ documentation, because of possible ambiguities or lack of
+ information about the context in which the code fragment is found.
</ul>
@@ -67,6 +74,6 @@ demonstrating the problem you have (make sure the example compiles!). It is
usually a good idea to send along the configuation file as well, but please
use doxygen with the <code>-s</code> flag while generating it.
-My email address: <a href="mailto:dimitri@stack.nl">dimitri@stack.nl</a>
+My e-mail address: <a href="mailto:dimitri@stack.nl">dimitri@stack.nl</a>
*/