diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-23 15:31:35 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-23 15:31:35 (GMT) |
commit | 7295388a3c6b3a12a77dc7a56862333c97e4ccb6 (patch) | |
tree | 191fcbf13137ceda80267e217af7556d5a1f194e /doc/trouble.doc | |
parent | 4c7970f62fae48e85aee5b1d2a6d3d505e25c9b0 (diff) | |
download | Doxygen-7295388a3c6b3a12a77dc7a56862333c97e4ccb6.zip Doxygen-7295388a3c6b3a12a77dc7a56862333c97e4ccb6.tar.gz Doxygen-7295388a3c6b3a12a77dc7a56862333c97e4ccb6.tar.bz2 |
Release-1.2.0
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r-- | doc/trouble.doc | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc index 3fac65e..1f309bc 100644 --- a/doc/trouble.doc +++ b/doc/trouble.doc @@ -80,12 +80,24 @@ know why. Furthermore, I would appreciate a mail if you have found a bug, or if you have ideas (or even better some code or a patch) -how to fix existing bugs and limitations. +how to fix existing bugs and limitations. For patches please use +"diff -u" + +<h2>How to report a bug</h2> + +If you think you have found a bug in doxygen, please report it so I can +fix it. + +Always include the following information in your bug report: +- The version of doxygen you are using. +- The name and version number of your operating system The easiest way for me to solve bugs is if you can send me a small example -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. +demonstrating the problem you have. Please make sure the example is valid +source code (try compiling it) and if the problem is really captured by +the example. +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 e-mail address: <a href="mailto:dimitri@stack.nl">dimitri@stack.nl</a> */ |