diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.doc | 2 | ||||
-rw-r--r-- | doc/install.doc | 8 | ||||
-rw-r--r-- | doc/language.doc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/index.doc b/doc/index.doc index 7e8ce2c..4956018 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -27,7 +27,7 @@ Version: $(VERSION) <h2>Introduction</h2> Doxygen is a documentation system for C++, C, Java, IDL -(Corba and Microsoft flavors) and to some extent PHP, C# and D. +(Corba and Microsoft flavors) and to some extent Objective-C, PHP, C# and D. It can help you in three ways: <ol> diff --git a/doc/install.doc b/doc/install.doc index f996711..8546efe 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -436,11 +436,11 @@ Here is what is required: As a third alternative one could use the GNUWin32 tools that can be found at http://gnuwin32.sourceforge.net/ - Make sure the <code>BISONLIB</code> environment variable points to the + Make sure the <code>BISON_SIMPLE</code> environment variable points to the location where the files <code>bison.simple</code> and - <code>bison.hairy</code> are located. For instance if these files are in - <code>c:\\tools\\cygwin\\share</code> then BISONLIB should - be set to <code>//c/tools/cygwin/share/</code> + is located. For instance if these file is in + <code>c:\\tools\\cygwin\\usr\\share</code> then BISON_SIMPLE should + be set to <code>c:/tools/cygwin/usr/share/bison.simple</code> Also make sure the tools are available from a dos box, by adding the directory they are in to the search path. diff --git a/doc/language.doc b/doc/language.doc index 8434f74..98188f3 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.5), 30 languages +Currently (version 1.3.5-20040202), 30 languages are supported (sorted alphabetically): Brazilian Portuguese, Catalan, Chinese, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Finnish, |