forked from pool/doxygen
Accepting request 65378 from devel:tools
Accepted submit request 65378 from user coolo OBS-URL: https://build.opensuse.org/request/show/65378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=29
This commit is contained in:
commit
e8fd08873a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03d97c412b5d0feb2b55839466e986a8a7180f2c2ec7b5b7e348217610b5f42e
|
||||
size 475589
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b356a5784596b98b92a61b77a0bd1cedea3ce749a4566c4ebbf696c60b5f6bc5
|
||||
size 3804027
|
3
doxygen-1.7.4-html.tar.bz2
Normal file
3
doxygen-1.7.4-html.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6061bea5ac646787b7259e5d90c830b58dbd06fd08e7c8e996831bc0e009588
|
||||
size 509051
|
3
doxygen-1.7.4.src.tar.bz2
Normal file
3
doxygen-1.7.4.src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c66919f5a060d77d054e63f08560ed3c6fdf3ef84300407f8cc723dd3337111
|
||||
size 3855042
|
@ -1,10 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 09:15:10 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.7.4:
|
||||
* adds an option that allows embedding of the class documentation inside the
|
||||
documentation of a group
|
||||
* doxygen -w html now reads the default Doxyfile even if not specified
|
||||
explicitly
|
||||
* doxygen -w html now produces a template header and footer that can be used
|
||||
independent of the configuration options used.
|
||||
* new option INLINE_GROUPED_CLASSES that when enabled shows grouped classes
|
||||
inside the group documentation, instead of on a separate page.
|
||||
* included updates for the Italian and Russian translation.
|
||||
* #640875: added option HTML_EXTRA_FILES which makes it easier to copy
|
||||
additional files to the HTML output and also add them to the index files
|
||||
* #642579: Included patch that adds new LATEX_FOOTER option to customize the
|
||||
end of refman.tex in the LaTeX output
|
||||
* #566921: %A::B now prevents a link for A::B, instead of only for A and
|
||||
generating a warning that ::B cannot be linked.
|
||||
* #634415: Fixed problem parsing an array of character literals.
|
||||
* #635537: Links to file members were not made when found in tag files.
|
||||
* #638655: Double quote in page or group title broke treeview.
|
||||
* #638856: Fixed problem autolinking to struct field using #S::a
|
||||
* #639272: using @dot...@endot produced an image referenced with absolute
|
||||
path.
|
||||
* #640463: Fixed problem parsing PHP "use" statement when the argument did
|
||||
not have a namespace scope.
|
||||
* #640646: Long error messages could cause memory corruption.
|
||||
* #640754: Comment with XML style list of type table was not rendered
|
||||
properly.
|
||||
* #640828: Internal section marked with @internal was not shown as such
|
||||
anymore in the XML output.
|
||||
* #640847: PHP: Fixed parse problem referring to class in global namespace.
|
||||
* #640924: Included patch to make the custom header and footer independent of
|
||||
the chosen config options.
|
||||
* #640927: Included fix to prevent a warning in the server side PHP search
|
||||
script.
|
||||
* #641026: Included patch to fix broken hyperlink to page entry in xreflists.
|
||||
* #641188: Header of \page was wrong in Man page output.
|
||||
* #641336: #include's to other directories were not always linked.
|
||||
* #641673: Using "use Foo\Foo;" in PHP could cause doxygen to hang.
|
||||
* #641814: In some cases the HTML output could contain an extra </p>.
|
||||
* #642030: Tooltips with HTML entities could be wrongly truncated.
|
||||
* #642475: Include graphs could be incomplete.
|
||||
* #643056: Fixed problem with macro expansion.
|
||||
* #643279: Fixed potential crash when generating a warning for void f(int %x)
|
||||
style parameter, which is valid in C++/CLI.
|
||||
* #643655: Fixed argument matching issue when one of match candidates was a
|
||||
typedef of a method pointer.
|
||||
* doxygen -w html now ignores the values for HTML_HEADER and HTML_FOOTER
|
||||
found in the config file.
|
||||
* importing a group via a tag file could overrule a local group with the same
|
||||
name even when EXTERNAL_GROUPS was disabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 01:42:14 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.7.3:
|
||||
* adds support for including SVG images generated by the dot tool
|
||||
* the way the tree view looks and works has been redesigned: it is now dynamically loaded on a page instead of using HTML frames
|
||||
* each HTML page now (optionally) has a header with project name, synopsis, and logo
|
||||
* the way the tree view looks and works has been redesigned: it is now
|
||||
dynamically loaded on a page instead of using HTML frames
|
||||
* each HTML page now (optionally) has a header with project name, synopsis,
|
||||
and logo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 15:02:04 UTC 2010 - mseben@gmail.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxygen (Version 1.7.3)
|
||||
# spec file for package doxygen (Version 1.7.4)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: doxygen
|
||||
BuildRequires: bison flex gcc-c++ libpng-devel
|
||||
Version: 1.7.3
|
||||
Version: 1.7.4
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Doc Generators
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e35d7e6c5dbb09028793f293704895b508857d1f12b48deab608b878e1b0795b
|
||||
size 696359
|
3
doxygen_manual-1.7.4.pdf.bz2
Normal file
3
doxygen_manual-1.7.4.pdf.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28e94d46e38e339181b4acad97bad36642d3c90b0cc1cff40ea4e5ee46bc6346
|
||||
size 703855
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 29 09:22:17 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.7.4 (no user-visible changes)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 02:03:44 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package doxywizard (Version 1.7.3)
|
||||
# spec file for package doxywizard (Version 1.7.4)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: doxywizard
|
||||
BuildRequires: bison flex gcc-c++ libdrm-devel libjpeg-devel
|
||||
Version: 1.7.3
|
||||
Version: 1.7.4
|
||||
Release: 1
|
||||
Requires: doxygen = %{version}
|
||||
License: GPLv2+
|
||||
|
Loading…
Reference in New Issue
Block a user