diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
commit | 6c268019f8ce8b58058e7f7f8204c82b8d0ac190 (patch) | |
tree | 28a24e8c88d32a50bc5bef6d49306553267dc5ab /doc/faq.doc | |
parent | b5fb0aa0f1c2a5373ed97b127e2daeeb81ab38f2 (diff) | |
download | Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.zip Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.gz Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.bz2 |
Release-1.1.3
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 |