diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-06-15 19:21:39 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-06-15 19:21:39 (GMT) |
commit | cf0e414d83f34ebf877abbe43a15c350876669d4 (patch) | |
tree | 3f2be46d34910503ef3532aa95aa0422e86cd993 /doc/features.doc | |
parent | ad65c6e23de430b2c4f0ef732b95834c87a28c20 (diff) | |
download | Doxygen-cf0e414d83f34ebf877abbe43a15c350876669d4.zip Doxygen-cf0e414d83f34ebf877abbe43a15c350876669d4.tar.gz Doxygen-cf0e414d83f34ebf877abbe43a15c350876669d4.tar.bz2 |
Release-1.4.3-20050615
Diffstat (limited to 'doc/features.doc')
-rw-r--r-- | doc/features.doc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/features.doc b/doc/features.doc index 7eefca7..e3c76ad 100644 --- a/doc/features.doc +++ b/doc/features.doc @@ -22,11 +22,11 @@ Plain text will do, but for more fancy or structured output HTML tags and/or some of doxygen's special commands can be used. <li>Supports C/C++, Java, (Corba and Microsoft) Java, - IDL, and to some extent C# and PHP sources. + IDL, C#, Objective-C and to some extent D and PHP sources. <li>Supports documentation of files, namespaces, classes, structs, unions, templates, variables, functions, typedefs, enums and defines. -<li>JavaDoc (1.1), Qt-Doc, and KDOC compatible. -<li>Automatically generates class diagrams in HTML (as clickable +<li>JavaDoc (1.1), Qt-Doc, and ECMA-334 (C# spec.) compatible. +<li>Automatically generates class and collaboration diagrams in HTML (as clickable image maps) and \f$\mbox{\LaTeX}\f$ (as Encapsulated PostScript images). <li>Uses the dot tool of the Graphviz tool kit to generate include dependency graphs, collaboration diagrams, and @@ -76,8 +76,9 @@ <li>Can cope with large projects easily. </UL> -Although doxygen can be used in any C or C++ project, it was specifically -designed to be used for projects that make use of Troll Tech's +Although doxygen can be used in any C or C++ project, +initially it was specifically designed to be used for projects that make +use of Troll Tech's <A HREF="http://www.trolltech.com/products/qt.html">Qt toolkit</A>. I have tried to make doxygen `Qt-compatible'. That is: Doxygen can read the documentation contained in the Qt source code and create a class browser that looks very similar to the |