Commit 32557464 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.4.5-20051024

parent c9ed38ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.4.5-20051010
DOXYGEN Version 1.4.5-20051024


Please read the installation section of the manual 
Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.
(http://www.doxygen.org/install.html) for instructions.


--------
--------
Dimitri van Heesch (10 October 2005)
Dimitri van Heesch (24 October 2005)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.4.5_20051010
DOXYGEN Version 1.4.5_20051024


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (10 October 2005)
Dimitri van Heesch (dimitri@stack.nl) (24 October 2005)
+1 −1
Original line number Original line Diff line number Diff line
1.4.5-20051010
1.4.5-20051024
+1 −1
Original line number Original line Diff line number Diff line
@@ -120,7 +120,7 @@ Options:
  --enable-langs list 	Include support for output languages listed in list.
  --enable-langs list 	Include support for output languages listed in list.
  			[default: $f_langs]
  			[default: $f_langs]
  --with-doxywizard     Build the GUI frontend for doxygen. This
  --with-doxywizard     Build the GUI frontend for doxygen. This
                        requires Qt 2.x.x
                        requires Qt 3.3.x


EOF
EOF
  test "$f_error" = y && exit 1
  test "$f_error" = y && exit 1
+2 −2
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
    read \ref unix_problems "this section" first.
    read \ref unix_problems "this section" first.
<li>Doxygen is <em>not</em> a real compiler, it is only a lexical scanner.
<li>Doxygen is <em>not</em> a real compiler, it is only a lexical scanner.
    This means that it can and will not detect errors in your source code.
    This means that it can and will not detect errors in your source code.
<li>Since it impossible to test all possible code fragments, it is
<li>Since it is impossible to test all possible code fragments, it is
    very well possible, that some valid piece of C/C++ code is not handled
    very well possible, that some valid piece of C/C++ code is not handled
    properly. If you find such a piece, please send it to me, so I can
    properly. If you find such a piece, please send it to me, so I can
    improve doxygen's parsing capabilities. Try to make the piece of code 
    improve doxygen's parsing capabilities. Try to make the piece of code 
@@ -58,7 +58,7 @@


    For a part this is because the code parser isn't smart enough at the
    For a part this is because the code parser isn't smart enough at the
    moment. I'll try to improve this in the future. But even with these
    moment. I'll try to improve this in the future. But even with these
    improvements not everthing can be properly linked to the corresponding
    improvements not everything can be properly linked to the corresponding
    documentation, because of possible ambiguities or lack of
    documentation, because of possible ambiguities or lack of
    information about the context in which the code fragment is found.  
    information about the context in which the code fragment is found.  
<li>It is not possible to insert a non-member function f in a class A 
<li>It is not possible to insert a non-member function f in a class A 
Loading