/****************************************************************************** * * * * Copyright (C) 1997-2002 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * * Documents produced by Doxygen are derivative works derived from the * input used in their production; they are not affected by this license. * */ /*! \page trouble Troubleshooting

Known problems:

How to help

The development of Doxygen highly depends on your input! If you are trying Doxygen let me know what you think of it (do you miss certain features?). Even if you decide not to use it, please let me know why.

How to report a bug

I would appreciate an e-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. For patches please use "diff -u" or include the files you modified. If you send more than one file please tar or zip everything, so I only have to save and download one file. Always try to include the following information in your bug report: - The version of doxygen you are using (for instance 1.2.4). - The name and version number of your operating system (for instance SuSE Linux 6.4) - It is usually a good idea to send along the configuation file as well, but please use doxygen with the -s flag while generating it to keep it small. - The easiest way for me to solve bugs is if you can send me a small example demonstrating the problem you have. Please make sure the example is valid source code (could potentially compile) and that the problem is really captured by the example (I often get examples that do not trigger the actual bug!). If you send only a (vague) description of a bug, you are usually not very helpful and will costs me much more time to figure out what you mean. In the worst-case your bug report may even be completely ignored by me! My e-mail address:
dimitri@stack.nl */