SHA256
8
0
forked from pool/doxygen
Pascal Bleser
2011-03-29 09:24:13 +00:00
committed by Git OBS Bridge
parent 29f3fd5271
commit 11f363adf0
10 changed files with 80 additions and 19 deletions

View File

@@ -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