Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2015-09-09 20:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doxygen (Old)
 and      /work/SRC/openSUSE:Factory/.doxygen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doxygen"

Changes:
--------
New Changes file:

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen-doc.changes 2015-09-09 
20:20:05.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Fri Aug 21 10:01:07 UTC 2015 - [email protected]
+
+- Set proper minimal cmake version required
+- Use system stack for cmake params and obey cflags
+- Add patch to build required static libs:
+  * doxygen-no-shared-libs.patch
+- Refresh patch:
+  * doxygen-no-lowercase-man-names.patch
+- Add patch to avoid no-return-in-nonvoid function error:
+  * vhdlparser-no-return.patch
+
+-------------------------------------------------------------------
+Wed Aug 19 08:00:39 UTC 2015 - [email protected]
+
+- doxygen-doc package created
+
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2015-03-05 
18:15:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2015-09-09 
20:20:05.000000000 +0200
@@ -1,0 +2,33 @@
+Thu Aug 27 07:34:04 UTC 2015 - [email protected]
+
+- Move checks to doxywizard package to avoid build cycle
+
+-------------------------------------------------------------------
+Fri Aug 21 09:41:39 UTC 2015 - [email protected]
+
+- Set proper minimal cmake version required
+- Use system stack for cmake params and obey cflags
+- Add patch to build required static libs:
+  * doxygen-no-shared-libs.patch
+- Refresh patch:
+  * doxygen-no-lowercase-man-names.patch
+- Add patch to avoid no-return-in-nonvoid function error:
+  * vhdlparser-no-return.patch
+
+-------------------------------------------------------------------
+Mon Aug 17 14:52:48 UTC 2015 - [email protected]
+
+- updated to 1.8.10
+  * Change the build system to use cmake.
+  * Add support for basic XML syntax highlighting
+  * Added documentation for ``` style fenced code block and more 
+    robust parsing
+  * Added function arguments to the LaTeX toc
+  * Added support for language codes
+  * etc. see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
+- removed unneded patches:
+  - doxygen-1.5.9-64archs.patch
+  - doxygen-1.5.9-man.patch
+  - doxygen-1.7.0-modify_footer.patch renamed to doxygen-modify_footer.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes       2015-03-05 
18:15:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2015-09-09 
20:20:05.000000000 +0200
@@ -1,0 +2,24 @@
+Thu Aug 27 07:34:32 UTC 2015 - [email protected]
+
+- Move checks to doxywizard package to avoid build cycle
+
+-------------------------------------------------------------------
+Fri Aug 21 09:42:05 UTC 2015 - [email protected]
+
+- Set proper minimal cmake version required
+- Use system stack for cmake params and obey cflags
+- Add patch to build required static libs:
+  * doxygen-no-shared-libs.patch
+- Refresh patch:
+  * doxygen-no-lowercase-man-names.patch
+- Add patch to avoid no-return-in-nonvoid function error:
+  * vhdlparser-no-return.patch
+
+-------------------------------------------------------------------
+Mon Aug 17 16:07:31 UTC 2015 - [email protected]
+
+- updated to 1.8.10, see doxygen.changes
+- move tests to doxygen.spec
+- remove doxywizard-1.5.9-flex.patch
+
+-------------------------------------------------------------------

Old:
----
  doxygen-1.5.9-64archs.patch
  doxygen-1.5.9-man.patch
  doxygen-1.7.0-modify_footer.patch
  doxygen-1.8.9.1.src.tar.gz
  doxywizard-1.5.9-flex.patch

New:
----
  doxygen-1.8.10.src.tar.gz
  doxygen-doc.changes
  doxygen-doc.spec
  doxygen-modify_footer.patch
  doxygen-no-shared-libs.patch
  vhdlparser-no-return.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ doxygen-doc.spec ++++++
#
# spec file for package doxygen-doc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           doxygen-doc
Version:        1.8.10
Release:        0
Summary:        Automated C, C++, and Java Documentation Generator
License:        GPL-2.0+
Group:          Development/Tools/Doc Generators
Url:            http://www.stack.nl/~dimitri/doxygen/
Source0:        
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide
# shared one
Patch2:         doxygen-no-shared-libs.patch
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
Patch3:         vhdlparser-no-return.patch
BuildRequires:  bison
BuildRequires:  cmake >= 2.8.12
BuildRequires:  fdupes
BuildRequires:  flex
BuildRequires:  gcc-c++
# see graphviz.spec: 
# "If you need output in png format you also need to install graphviz-gnome."
BuildRequires:  graphviz-gnome
BuildRequires:  poppler-tools
BuildRequires:  python-base
BuildRequires:  python-xml
BuildRequires:  texlive-colortbl
BuildRequires:  texlive-courier
BuildRequires:  texlive-dvips
BuildRequires:  texlive-epstopdf
BuildRequires:  texlive-fancyhdr
BuildRequires:  texlive-float
BuildRequires:  texlive-helvetic
BuildRequires:  texlive-latex
BuildRequires:  texlive-makeindex
BuildRequires:  texlive-metafont
BuildRequires:  texlive-multirow
BuildRequires:  texlive-natbib
BuildRequires:  texlive-psnfss
BuildRequires:  texlive-rsfs
BuildRequires:  texlive-sectsty
BuildRequires:  texlive-symbol
BuildRequires:  texlive-times
BuildRequires:  texlive-tocloft
BuildRequires:  texlive-wasy
BuildRequires:  texlive-wasysym
BuildRequires:  texlive-xtab
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Doxygen is a documentation system for C, C++, Java, and IDL. It can
generate an online class browser (in HTML) and an offline reference
manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen is
developed on a Linux platform, but it runs on most other UNIX flavors
as well.

This package contains only documentation

%prep
%setup -q -n doxygen-%{version} 
%patch2 -p1
%patch3 -p1

%build
export CFLAGS="%{optflags} -fPIC"
export CXXFLAGS="%{optflags} -fPIC"
%cmake \
    -DDOC_INSTALL_DIR=share/doc/packages/%{name} \
    -Dbuild_doc=ON \
    -Dbuild_xmlparser=OFF \
    -Dbuild_search=OFF \
    -Dbuild_wizard=OFF \
    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
make docs %{?_smp_mflags}

%install
%cmake_install docs
rm %{buildroot}%{_bindir}/doxygen
rm -r %{buildroot}/usr/man/man1/
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc

%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}

%changelog
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.dHttbD/_old  2015-09-09 20:20:07.000000000 +0200
+++ /var/tmp/diff_new_pack.dHttbD/_new  2015-09-09 20:20:07.000000000 +0200
@@ -17,23 +17,26 @@
 
 
 Name:           doxygen
-Version:        1.8.9.1
+Version:        1.8.10
 Release:        0
 Summary:        Automated C, C++, and Java Documentation Generator
 License:        GPL-2.0+
 Group:          Development/Tools/Doc Generators
 Url:            http://www.stack.nl/~dimitri/doxygen/
 Source0:        
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
-Patch0:         %{name}-1.5.9-64archs.patch
-Patch3:         %{name}-1.5.9-man.patch
-Patch4:         %{name}-1.7.0-modify_footer.patch
-Patch5:         %{name}-no-lowercase-man-names.patch
+# suse specific
+Patch0:         %{name}-modify_footer.patch
+# suse specific
+Patch1:         %{name}-no-lowercase-man-names.patch
+# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide
+# shared one
+Patch2:         doxygen-no-shared-libs.patch
+# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
+Patch3:         vhdlparser-no-return.patch
 BuildRequires:  bison
-BuildRequires:  fdupes
+BuildRequires:  cmake >= 2.8.12
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  graphviz
-BuildRequires:  libpng-devel
 BuildRequires:  python-base
 BuildRequires:  python-xml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,57 +47,37 @@
 manual (in LaTeX) from a set of documented source files. The
 documentation is extracted directly from the sources. Doxygen is
 developed on a Linux platform, but it runs on most other UNIX flavors
-as well. An executable for Windows 95/NT is also available.
-
-%package doc
-Summary:        Documentation for %{name}
-Group:          Documentation
-
-%description doc
-Doxygen is a documentation system for C, C++, Java, and IDL. It can
-generate an online class browser (in HTML) and an offline reference
-manual (in LaTeX) from a set of documented source files. The
-documentation is extracted directly from the sources. Doxygen is
-developed on a Linux platform, but it runs on most other UNIX flavors
-as well. An executable for Windows 95/NT is also available.
-
-This package contains only documentation
+as well.
 
 %prep
 %setup -q 
 %patch0
-%patch3
-%patch4
-%patch5 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
-mintoc=
-%ifarch ppc64
-mintoc="-DENGLISH_ONLY"
-%endif
-sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = %{optflags} 
$mintoc@" tmake/lib/linux-g++/tmake.conf
-# custom configure script
-./configure --prefix %{_prefix} --install %{_bindir}/install
+export CFLAGS="%{optflags} -fPIC"
+export CXXFLAGS="%{optflags} -fPIC"
+%cmake \
+    -Dbuild_doc=OFF \
+    -Dbuild_xmlparser=ON \
+    -Dbuild_search=OFF \
+    -Dbuild_wizard=OFF \
+    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
+    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
+    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
 make %{?_smp_mflags}
 
-# generate html documentation
-./bin/doxygen
-
 %install
-install -d -m 755 %{buildroot}%{_docdir}/doxygen
-make install INSTALL=%{buildroot}/usr DOCDIR=%{buildroot}%{_docdir}/doxygen
-install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README.md VERSION 
%{buildroot}%{_docdir}/doxygen
-cp -a doxygen_docs/html %{buildroot}%{_docdir}/%{name}-doc
-%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
+%cmake_install
+mkdir -p %{buildroot}%{_mandir}/man1/
+install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
 
 %files
 %defattr(-,root,root)
 %doc LICENSE
-%attr(444,root,root) %doc %{_mandir}/man1/doxygen.1.*
+%attr(444,root,root) %{_mandir}/man1/doxygen.1.gz
 %attr(755,root,root) %{_bindir}/*
 
-%files doc
-%defattr(-,root,root)
-%doc %{_docdir}/%{name}-doc
-
 %changelog

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.dHttbD/_old  2015-09-09 20:20:07.000000000 +0200
+++ /var/tmp/diff_new_pack.dHttbD/_new  2015-09-09 20:20:07.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           doxywizard
-Version:        1.8.9.1
+Version:        1.8.10
 Release:        0
 Summary:        Graphical User Interface for Doxygen
 License:        GPL-2.0+
@@ -25,29 +25,22 @@
 Url:            http://www.stack.nl/~dimitri/doxygen/
 Source:         
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
 Source1:        doxywizard.desktop
-Patch0:         doxygen-1.5.9-64archs.patch
-Patch2:         %{name}-1.5.9-flex.patch
-Patch5:         doxygen-1.5.9-man.patch
+# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide
+# shared one
+Patch2:         doxygen-no-shared-libs.patch
+# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
+Patch3:         vhdlparser-no-return.patch
 BuildRequires:  bison
+BuildRequires:  cmake >= 2.8.12
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
-Requires:       doxygen = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
 BuildRequires:  libqt4-devel >= 4.3
 BuildRequires:  update-desktop-files
-%endif
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-BuildRequires:  desktop-file-utils
-BuildRequires:  qt4-devel >= 4.3.0
-%endif
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-BuildRequires:  libqt4-devel >= 4.3
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-%endif
+Requires:       doxygen = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
+# for make tests
 BuildRequires:  libxml2-tools
 BuildRequires:  texlive-bibtex
 %endif
@@ -58,69 +51,39 @@
 
 %prep
 %setup -q -n doxygen-%{version}
-%patch0
-%patch2
-%patch5
+%patch2 -p1
+%patch3 -p1
 
 %build
-%if 0%{?suse_version}
-export QTDIR=/usr
-%endif
-%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
-export QTDIR=%{_libdir}/qt4/
-export PATH=${QTDIR}/bin:${PATH}
-%endif
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-export QTDIR=%{_libexecdir}/qt4/
-%if 0%{?mandriva_version} <= 2009 || 0%{?mdkversion} <= 200900
-export PATH=${QTDIR}/bin:${PATH}
-%endif
-%endif
-mintoc=
-%ifarch ppc64
-mintoc="-DENGLISH_ONLY"
-%endif
-sed -i~ "/^TMAKE_CFLAGS_RELEASE.*/s@^.*@TMAKE_CFLAGS_RELEASE = %{optflags} 
$mintoc@" tmake/lib/linux-g++/tmake.conf
-# custom configure script
-./configure --with-doxywizard
+export CFLAGS="%{optflags} -fPIC"
+export CXXFLAGS="%{optflags} -fPIC"
+%cmake \
+    -Dbuild_wizard=ON \
+    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
+    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
+    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
 make %{?_smp_mflags}
 
 %if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
 %check
-make test %{?_smp_mflags}
+# testing doxygen package here to avoid build
+# cycle between latex and doxygen
+pushd build
+make tests %{?_smp_mflags}
+popd
 %endif
 
 %install
-make install INSTALL=%{buildroot}/usr
-rm -f %{buildroot}%{_bindir}/{doxygen,doxytag}
-%if 0%{?suse_version}
-  %suse_update_desktop_file -i doxywizard Development Documentation
-%endif
-%if 0%{?fedora_version}
-  desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ 
--add-category Development --add-category Documentation %{SOURCE1}
-%endif
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-  install -d -m 755 %{buildroot}%{_datadir}/applications/
-  install %{SOURCE1} %{buildroot}%{_datadir}/applications/
-%endif
-rm -f %{buildroot}%{_mandir}/man1/{doxygen,doxytag}.1
+%cmake_install
+rm %{buildroot}%{_bindir}/doxygen
+mkdir -p %{buildroot}%{_mandir}/man1/
+install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
+%suse_update_desktop_file -i doxywizard Development Documentation
 
 %files
 %defattr(-,root,root)
 %attr(755,root,root) %{_bindir}/doxywizard
 %{_datadir}/applications/doxywizard.desktop
-%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.*
-
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-%post
-  %{update_menus}
-  %{update_desktop_database}
-%endif
-
-%if 0%{?mandriva_version} || 0%{?mdkversion}
-%postun
-  %{clean_menus}
-  %{clean_desktop_database}
-%endif
+%{_mandir}/man1/doxywizard.1.gz
 
 %changelog

++++++ doxygen-1.8.9.1.src.tar.gz -> doxygen-1.8.10.src.tar.gz ++++++
++++ 55975 lines of diff (skipped)

++++++ doxygen-modify_footer.patch ++++++
Index: Doxyfile
===================================================================
--- Doxyfile.orig       2014-02-08 14:06:14.000000000 +0100
+++ Doxyfile    2014-05-13 09:07:52.475141202 +0200
@@ -148,7 +148,7 @@
 HTML_COLORSTYLE_HUE    = 220
 HTML_COLORSTYLE_SAT    = 100
 HTML_COLORSTYLE_GAMMA  = 80
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 HTML_DYNAMIC_SECTIONS  = YES
 HTML_INDEX_NUM_ENTRIES = 100
 GENERATE_DOCSET        = YES

++++++ doxygen-no-lowercase-man-names.patch ++++++
--- /var/tmp/diff_new_pack.dHttbD/_old  2015-09-09 20:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.dHttbD/_new  2015-09-09 20:20:08.000000000 +0200
@@ -1,8 +1,8 @@
-Index: doxygen-1.8.1/src/fortranscanner.l
+Index: doxygen-1.8.10/src/fortranscanner.l
 ===================================================================
---- doxygen-1.8.1.orig/src/fortranscanner.l
-+++ doxygen-1.8.1/src/fortranscanner.l
-@@ -1892,7 +1891,6 @@ static void initEntry()
+--- doxygen-1.8.10.orig/src/fortranscanner.l
++++ doxygen-1.8.10/src/fortranscanner.l
+@@ -2090,7 +2090,6 @@ static void initEntry()
  */
  static void addCurrentEntry(int case_insens)
  {

++++++ doxygen-no-shared-libs.patch ++++++
Index: doxygen-1.8.10/libmd5/CMakeLists.txt
===================================================================
--- doxygen-1.8.10.orig/libmd5/CMakeLists.txt
+++ doxygen-1.8.10/libmd5/CMakeLists.txt
@@ -1,3 +1,3 @@
-add_library(md5
+add_library(md5 STATIC
 md5.c
 )
Index: doxygen-1.8.10/qtools/CMakeLists.txt
===================================================================
--- doxygen-1.8.10.orig/qtools/CMakeLists.txt
+++ doxygen-1.8.10/qtools/CMakeLists.txt
@@ -52,6 +52,6 @@ qwaitcondition_win32.cpp
 )
 endif()
 
-add_library(qtools
+add_library(qtools STATIC
 ${qtools_src}
 )
Index: doxygen-1.8.10/src/CMakeLists.txt
===================================================================
--- doxygen-1.8.10.orig/src/CMakeLists.txt
+++ doxygen-1.8.10/src/CMakeLists.txt
@@ -106,7 +106,7 @@ FLEX_TARGET(config         config.l
 BISON_TARGET(vhdlparser    vhdlparser.y     ${GENERATED_SRC}/vhdlparser.cpp    
 COMPILE_FLAGS "-l -p vhdlscannerYY")
 BISON_TARGET(constexp      constexp.y       ${GENERATED_SRC}/ce_parse.cpp      
 COMPILE_FLAGS "-l -p constexpYY")
 
-add_library(doxycfg
+add_library(doxycfg STATIC
     ${GENERATED_SRC}/lang_cfg.h
     ${GENERATED_SRC}/config.cpp
     ${GENERATED_SRC}/configoptions.cpp
@@ -114,7 +114,7 @@ add_library(doxycfg
     portable_c.c
 )
 
-add_library(_doxygen
+add_library(_doxygen STATIC
     # custom generated files
     ${GENERATED_SRC}/lang_cfg.h
     ${GENERATED_SRC}/settings.h
Index: doxygen-1.8.10/vhdlparser/CMakeLists.txt
===================================================================
--- doxygen-1.8.10.orig/vhdlparser/CMakeLists.txt
+++ doxygen-1.8.10/vhdlparser/CMakeLists.txt
@@ -1,5 +1,5 @@
 include_directories(${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/qtools)
-add_library(vhdlparser
+add_library(vhdlparser STATIC
 CharStream.cc
 ParseException.cc
 Token.cc
++++++ vhdlparser-no-return.patch ++++++
Index: doxygen-1.8.10/vhdlparser/VhdlParser.cc
===================================================================
--- doxygen-1.8.10.orig/vhdlparser/VhdlParser.cc
+++ doxygen-1.8.10/vhdlparser/VhdlParser.cc
@@ -62,6 +62,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -118,6 +119,7 @@ return str;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -187,6 +189,7 @@ s+="(";s+=s1+")";return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -231,6 +234,7 @@ return "&";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -403,6 +407,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -634,6 +639,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -847,6 +853,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -1718,6 +1725,7 @@ return " others ";
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -2009,6 +2017,7 @@ return s+"#";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -2621,6 +2630,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -2712,6 +2722,7 @@ return s+" inertial ";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -2813,6 +2824,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -2846,6 +2858,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -2913,6 +2926,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -3043,6 +3057,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -3241,6 +3256,7 @@ return "file";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -3728,6 +3744,7 @@ return "all";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -3844,6 +3861,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -3878,6 +3896,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -4116,6 +4135,7 @@ return "or" ;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -4212,6 +4232,7 @@ s1="not ";return s1+s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -4363,6 +4384,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -4683,6 +4705,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -4844,6 +4867,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5130,6 +5154,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5248,6 +5273,7 @@ s1="configuration ";return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5293,6 +5319,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5401,6 +5428,7 @@ if (parse_sec==GEN_SEC)
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5666,6 +5694,7 @@ QCString q=lab+" for "+s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5743,6 +5772,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5805,6 +5835,7 @@ return "null";
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -5950,6 +5981,7 @@ return "not";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -6016,6 +6048,7 @@ return "linkage";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -6071,6 +6104,7 @@ return tok->image.c_str();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -6511,6 +6545,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -6592,6 +6627,7 @@ return "type";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -7402,6 +7438,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -7674,6 +7711,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8033,6 +8071,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8212,6 +8251,7 @@ return "/=";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8384,6 +8424,7 @@ return s+" "+s1+"%";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8745,6 +8786,7 @@ FlowChart::addFlowChart(FlowChart::TEXT_
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8856,6 +8898,7 @@ return "ror";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8889,6 +8932,7 @@ return "-";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -8983,6 +9027,7 @@ return s+s1+"<="+s2+s3+";";
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -9087,6 +9132,7 @@ return "bus";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -9157,6 +9203,7 @@ return "all";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -9630,6 +9677,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -10045,6 +10093,7 @@ return " all ";
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -10081,6 +10130,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -10183,6 +10233,7 @@ return s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -10267,6 +10318,7 @@ return "";
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -10458,6 +10510,7 @@ return "";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -10692,6 +10745,7 @@ return " unaffected ";
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -11176,6 +11230,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -11666,6 +11721,7 @@ return t->image.data();
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -11710,6 +11766,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 
@@ -11755,6 +11812,7 @@ return "."+s;
       }
     }
 assert(false);
+return QCString();
   }
 
 
@@ -12557,6 +12615,7 @@ return s;
       errorHandler->handleParseError(token, getToken(1), __FUNCTION__, this), 
hasError = true;
     }
 assert(false);
+return QCString();
   }
 
 

Reply via email to