SHA256
1
0
forked from pool/doxygen
OBS User unknown 2007-07-27 11:03:48 +00:00 committed by Git OBS Bridge
parent 4597ccdd34
commit 272ac2badd
15 changed files with 93 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Jul 27 12:53:46 CEST 2007 - anosek@suse.cz
- updated to version 1.5.3
Changes:
* When OPTIMIZE_OUTPUT_FOR_C is enabled then a struct definition
of the form typedef struct _S { ... } S_t will be shown
in the output as a struct of type S_t and the typedef itself
is omitted (previousily _S was shown as well as a typedef
of the form typedef _S S_t).
* Improved the line-breaking rules for members whose return types
have many characters (for example a function returning a pointer
to a template class).
* Multiple brief and detailed descriptions are now possible.
It is still not recommended to make use of them, but at least
no documentation is silently hidden when there are two brief
or two detailed descriptions for the same entity.
* Improved dot layout control and page sizing to better fit
images on the screen and paper.
New features:
* Added support for aliases with arguments, see the manual
for more information.
* Added HTML_DYNAMIC_SECTIONS option which, when enabled, will
produce sections in the HTML output that can be expanded/collapsed.
Currently used for diagrams and graphs.
* Added support for type constraints as available in the C# language
("where" clause)
* id 332263: Added new option EXTRACT_ANON_NSPACES that when set to YES
will extract the contents of anonymous namespaces and show
then in the output.
* id 423765: Added support for <see cref="SomeSymbol"/> style XML comments.
* id 426971: Added QT_AUTOBRIEF config option, which has the same meaning
as JAVADOC_AUTOBRIEF only now for /*! .. */ style comment blocks.
* id 435108: Reintroduced the MAX_DOT_GRAPH_DEPTH option as a means
to further reduce the size of a graph.
-------------------------------------------------------------------
Tue Apr 10 09:33:51 CEST 2007 - anosek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package doxygen (Version 1.5.2)
# spec file for package doxygen (Version 1.5.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,10 +12,10 @@
Name: doxygen
BuildRequires: bison flex gcc-c++ libpng-devel
Version: 1.5.2
Release: 3
Version: 1.5.3
Release: 1
Autoreqprov: on
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Development/Tools/Doc Generators
Summary: Automated C, C++, and Java Documentation Generator
URL: http://www.stack.nl/~dimitri/doxygen/
@ -83,6 +83,39 @@ rm -rf %{buildroot}
%attr(755,root,root) /usr/bin/*
%changelog
* Fri Jul 27 2007 - anosek@suse.cz
- updated to version 1.5.3
Changes:
* When OPTIMIZE_OUTPUT_FOR_C is enabled then a struct definition
of the form typedef struct _S { ... } S_t will be shown
in the output as a struct of type S_t and the typedef itself
is omitted (previousily _S was shown as well as a typedef
of the form typedef _S S_t).
* Improved the line-breaking rules for members whose return types
have many characters (for example a function returning a pointer
to a template class).
* Multiple brief and detailed descriptions are now possible.
It is still not recommended to make use of them, but at least
no documentation is silently hidden when there are two brief
or two detailed descriptions for the same entity.
* Improved dot layout control and page sizing to better fit
images on the screen and paper.
New features:
* Added support for aliases with arguments, see the manual
for more information.
* Added HTML_DYNAMIC_SECTIONS option which, when enabled, will
produce sections in the HTML output that can be expanded/collapsed.
Currently used for diagrams and graphs.
* Added support for type constraints as available in the C# language
("where" clause)
* id 332263: Added new option EXTRACT_ANON_NSPACES that when set to YES
will extract the contents of anonymous namespaces and show
then in the output.
* id 423765: Added support for <see cref="SomeSymbol"/> style XML comments.
* id 426971: Added QT_AUTOBRIEF config option, which has the same meaning
as JAVADOC_AUTOBRIEF only now for /*! .. */ style comment blocks.
* id 435108: Reintroduced the MAX_DOT_GRAPH_DEPTH option as a means
to further reduce the size of a graph.
* Tue Apr 10 2007 - anosek@suse.cz
- fixed build of Doxywizard
* Thu Apr 05 2007 - anosek@suse.cz

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 27 12:58:08 CEST 2007 - anosek@suse.cz
- updated to version 1.5.3
-------------------------------------------------------------------
Tue Apr 10 09:34:13 CEST 2007 - anosek@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package doxywizard (Version 1.5.2)
# spec file for package doxywizard (Version 1.5.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,11 +12,11 @@
Name: doxywizard
BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files
Version: 1.5.2
Release: 3
Version: 1.5.3
Release: 1
Autoreqprov: on
Requires: doxygen = %{version}
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Development/Tools/Doc Generators
Summary: Graphical User Interface for Doxygen
URL: http://www.stack.nl/~dimitri/doxygen/
@ -80,6 +80,8 @@ rm -rf %{buildroot}
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog
* Fri Jul 27 2007 - anosek@suse.cz
- updated to version 1.5.3
* Tue Apr 10 2007 - anosek@suse.cz
- fixed build of Doxywizard
* Thu Apr 05 2007 - anosek@suse.cz