Loading INSTALL +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6 DOXYGEN Version 1.3.6-20040222 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- Dimitri van Heesch (12 February 2004) Dimitri van Heesch (22 February 2004) README +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6 DOXYGEN Version 1.3.6_20040222 Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Dimitri van Heesch (dimitri@stack.nl) (12 February 2004) Dimitri van Heesch (dimitri@stack.nl) (22 February 2004) VERSION +1 −1 Original line number Diff line number Diff line 1.3.6 1.3.6-20040222 addon/doxmlparser/examples/metrics/main.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,8 @@ int main(int argc,char **argv) { numParams++; } if (strcmp(mem->typeString()->latin1(),"void")!=0) const char *type = mem->typeString()->latin1(); if (type && strcmp(type, "void")) { numParams++; // count non-void return types as well } Loading configure +19 −16 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ fi #- check for qt -------------------------------------------------------------- if test "$f_wizard" = YES; then if test -z "$QTDIR"; then echo " QTDIR environment variable not set!" echo -n " Checking for Qt..." if test -d "/usr/lib/qt3/lib"; then if test -d "/usr/lib/qt3/include"; then Loading @@ -246,8 +248,9 @@ if test "$f_wizard" = YES; then fi fi fi fi if test -z "$QTDIR"; then echo "QTDIR not set!" echo "QTDIR not set and Qt not found at standard locations!" echo echo "tmake requires the QTDIR environment variable to be set." echo "check your Qt installation!" Loading Loading
INSTALL +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6 DOXYGEN Version 1.3.6-20040222 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- Dimitri van Heesch (12 February 2004) Dimitri van Heesch (22 February 2004)
README +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.3.6 DOXYGEN Version 1.3.6_20040222 Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Dimitri van Heesch (dimitri@stack.nl) (12 February 2004) Dimitri van Heesch (dimitri@stack.nl) (22 February 2004)
addon/doxmlparser/examples/metrics/main.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,8 @@ int main(int argc,char **argv) { numParams++; } if (strcmp(mem->typeString()->latin1(),"void")!=0) const char *type = mem->typeString()->latin1(); if (type && strcmp(type, "void")) { numParams++; // count non-void return types as well } Loading
configure +19 −16 Original line number Diff line number Diff line Loading @@ -224,6 +224,8 @@ fi #- check for qt -------------------------------------------------------------- if test "$f_wizard" = YES; then if test -z "$QTDIR"; then echo " QTDIR environment variable not set!" echo -n " Checking for Qt..." if test -d "/usr/lib/qt3/lib"; then if test -d "/usr/lib/qt3/include"; then Loading @@ -246,8 +248,9 @@ if test "$f_wizard" = YES; then fi fi fi fi if test -z "$QTDIR"; then echo "QTDIR not set!" echo "QTDIR not set and Qt not found at standard locations!" echo echo "tmake requires the QTDIR environment variable to be set." echo "check your Qt installation!" Loading