diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.doc | 2 | ||||
-rw-r--r-- | doc/language.doc | 2 | ||||
-rw-r--r-- | doc/starting.doc | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.doc b/doc/index.doc index 97d5d5f..4c104de 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -39,7 +39,7 @@ It can help you in three ways: The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. -<li> You can configure doxygen to extract the code structure +<li> You can \ref extract_all "configure" doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements diff --git a/doc/language.doc b/doc/language.doc index 52a3396..149686f 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -25,7 +25,7 @@ Doxygen has built-in support for multiple languages. This means that the text fragments that doxygen generates can be produced in languages other than English (the default) at configuration time. -Currently (version 1.3-rc3-20030327), 28 languages +Currently (version 1.2.14-20020317), 28 languages are supported (sorted alphabetically): Brazilian Portuguese, Catalan, Chinese, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Finnish, diff --git a/doc/starting.doc b/doc/starting.doc index efce614..0d05378 100644 --- a/doc/starting.doc +++ b/doc/starting.doc @@ -102,6 +102,7 @@ written in Java. Files ending with <code>.cs</code> are treated as C# files. Finally, files with the extensions <code>.php</code>, <code>.php4</code>, <code>.inc</code> or <code>.phtml</code> are treated as PHP sources. +\anchor extract_all If you start using doxygen for an existing project (thus without any documentation that doxygen is aware of), you can still get an idea of what the documented result would be. To do so, you must set |