diff options
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index 86389cf..ecc8ef4 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -35,7 +35,7 @@ You should use the \\mainpage command inside a comment block like this: */ \endverbatim -<li><b>When I set EXTRACT_ALL to NO non of my function are shown in the documentation.</b></li> +<li><b>When I set EXTRACT_ALL to NO non of my functions are shown in the documentation.</b></li> In order for global functions, variables, enums, typedefs, and defines to be documented you should document the file in which these commands are @@ -147,6 +147,11 @@ QTime and QIODevice classes. Another reason is for the nice and bug free utility classes, like QList, QDict, QString, QArray, QTextStream, QRegExp etc. +<li><b>Can use doxygen on my Java code?</b> + +No, at the moment there is no support for Java. I suggest to +use Sun's JavaDoc instead. + </ol> \htmlonly |