- updated to 1.7.6:

* To improve the performance of loading the navigation tree, 
     the data is now split into multiple javascript files which 
     are loaded dynamically.
   * The selected member is now briefly highlighted in the HTML 
     output (when GENERATE_TREEVIEW is enabled).
   * The navigation tree (GENERATE_TREEVIEW) now shows the same 
     information as the index.
   * The navindex section of layout now also controls what is 
     shown in the navigation tree.
   * Improved HTML output support for IE9.
   * Included redesigned VHDL parser (thanks to Martin Kreis 
     for the patch)
   * When a class/structs has many (>15) members of the same type, 
     only the first 10 are shown in the UML diagram.
   * Made the output of the javascript based search engine more 
     compact.  
   * Update of the French translation.
   * id 607305: Added support for PHP heredoc and nowdoc constructs.
   * Added support for cross-referencing in case of operator-> 
     overloading. This includes support for std::auto_ptr,
     std::smart_ptr,std::unique_ptr and std::weak_ptr when 
     BUILTIN_STL_SUPPORT is enabled. 
   * bugfixes

- updated to 1.7.6:
   * To improve the performance of loading the navigation tree,
     the data is now split into multiple javascript files which
     are loaded dynamically.
   * The selected member is now briefly highlighted in the HTML

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=41
This commit is contained in:
Petr Gajdos 2011-12-05 09:58:31 +00:00 committed by Git OBS Bridge
parent 467eda7dd9
commit 74e3b63351
10 changed files with 69 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c11bbb8bd5a51fa5b8f3f8c84fc20c9ff06493c129fe0f2793f68d3f39c679ba
size 513251

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7aba0d15a2b0e93d7cfa70f2b279c4518f2d02802d3c226b0a331bd0b3f48a7
size 3935294

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:886d3843a63c443564658e041c258982d0774af1c3af4f8153495becb21c431c
size 514568

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2624b9caba8cfb041d7927300b3bd443e2267edd788906870fc8313ca2ac23ff
size 4007042

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Dec 5 09:38:29 UTC 2011 - pgajdos@suse.com
- updated to 1.7.6:
* To improve the performance of loading the navigation tree,
the data is now split into multiple javascript files which
are loaded dynamically.
* The selected member is now briefly highlighted in the HTML
output (when GENERATE_TREEVIEW is enabled).
* The navigation tree (GENERATE_TREEVIEW) now shows the same
information as the index.
* The navindex section of layout now also controls what is
shown in the navigation tree.
* Improved HTML output support for IE9.
* Included redesigned VHDL parser (thanks to Martin Kreis
for the patch)
* When a class/structs has many (>15) members of the same type,
only the first 10 are shown in the UML diagram.
* Made the output of the javascript based search engine more
compact.
* Update of the French translation.
* id 607305: Added support for PHP heredoc and nowdoc constructs.
* Added support for cross-referencing in case of operator->
overloading. This includes support for std::auto_ptr,
std::smart_ptr,std::unique_ptr and std::weak_ptr when
BUILTIN_STL_SUPPORT is enabled.
* bugfixes
-------------------------------------------------------------------
Fri Sep 30 12:59:51 CEST 2011 - dmueller@suse.de

View File

@ -19,9 +19,9 @@
Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel
Version: 1.7.5.1
Version: 1.7.6
Release: 1
License: GPLv2+
License: GPL-2.0+
Group: Development/Tools/Doc Generators
Summary: Automated C, C++, and Java Documentation Generator
Url: http://www.stack.nl/~dimitri/doxygen/

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6b7f64d1d09ae4689ce3130b86b6e2ccd93aa5c7ec5e262085fabeebd544feb
size 716156

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3434bd247873563ffc5e9a5a6b3385b56ee01596a5af37fc82564f24f1f59931
size 756678

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Dec 5 09:44:06 UTC 2011 - pgajdos@suse.com
- updated to 1.7.6:
* To improve the performance of loading the navigation tree,
the data is now split into multiple javascript files which
are loaded dynamically.
* The selected member is now briefly highlighted in the HTML
output (when GENERATE_TREEVIEW is enabled).
* The navigation tree (GENERATE_TREEVIEW) now shows the same
information as the index.
* The navindex section of layout now also controls what is
shown in the navigation tree.
* Improved HTML output support for IE9.
* Included redesigned VHDL parser (thanks to Martin Kreis
for the patch)
* When a class/structs has many (>15) members of the same type,
only the first 10 are shown in the UML diagram.
* Made the output of the javascript based search engine more
compact.
* Update of the French translation.
* id 607305: Added support for PHP heredoc and nowdoc constructs.
* Added support for cross-referencing in case of operator->
overloading. This includes support for std::auto_ptr,
std::smart_ptr,std::unique_ptr and std::weak_ptr when
BUILTIN_STL_SUPPORT is enabled.
* bugfixes
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -19,10 +19,10 @@
Name: doxywizard
BuildRequires: bison flex gcc-c++ libjpeg-devel
Version: 1.7.5.1
Version: 1.7.6
Release: 1
Requires: doxygen = %{version}
License: GPLv2+
License: GPL-2.0+
Group: Development/Tools/Doc Generators
Summary: Graphical User Interface for Doxygen
Url: http://www.stack.nl/~dimitri/doxygen/