forked from pool/doxygen
1005 lines
42 KiB
Plaintext
1005 lines
42 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 12 15:02:04 UTC 2010 - mseben@gmail.com
|
|
|
|
- changed modify_footer.patch: drop suse specific HTML_FOOTER_DESCRIPTION
|
|
option functionality, each package could use now HTML_TIMESTAMP to
|
|
avoid putting timestamp in to generated html files
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 11 13:40:56 UTC 2010 - pgajdos@novell.com
|
|
|
|
- updated to 1.7.2:
|
|
* Changed the default font of the LaTeX output to helvetica.
|
|
* Changed the way parameters and return values are represented
|
|
in the LaTeX and RTF output. They are now listed using tables.
|
|
* added support for Apple's block object extension for C/Obj-C/C++.
|
|
* added support for detecting Python constructors and destructors.
|
|
* id 624575: Added \endinternal command that can be used to force
|
|
the end of a section started with \internal.
|
|
* id 552605: Added parsing support for PHP 5.3+ style namespaces.
|
|
* id 582532: added \mscfile command which can be used to insert a
|
|
message sequence chart given a .msc file. Also added a new
|
|
config option MSCFILE_DIRS to provide directories were msc
|
|
files are searched (Thanks to Adrien for the patch).
|
|
* Added support for type specifiers for documenting PHP
|
|
parameters, format: "@param type $paramname docs"
|
|
* Added support for rendering formulas in the HTML output using
|
|
MathJax instead of using prerendered bitmaps. For this purpose
|
|
the options USE_MATHJAX and MATHJAX_RELPATH were added.
|
|
* Many bugfixes.
|
|
* For details see http://www.stack.nl/~dimitri/doxygen/changelog.html.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 29 21:00:54 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
|
|
- set HTML_TIMESTAMP default to off, so all packages that
|
|
generate documentation during build dont get republished
|
|
just due to a timestamp change.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 2 09:08:44 UTC 2010 - coolo@novell.com
|
|
|
|
- unfuzzy patches to build on >= 11.3
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 25 18:50:45 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.7.1:
|
|
* Changes:
|
|
+ id 621695: Made warning and error messages appear with lower case "warning:" and "error:" prefix to make it easier to use the messages from Visual Studio
|
|
* New features:
|
|
+ id 621908: added new config option FORMULA_TRANSPARENT which allows selecting between transparent (YES) or non-transparent (NO) PNGs for formulas in the HTML output.
|
|
+ update for Turkish translation
|
|
* Bug fixes:
|
|
+ id 533821: Inheritance relation for a C# class deriving from a generic class was not handled correctly
|
|
+ id 554638: Changing DOT_IMAGE_FORMAT did not cause the graphs to be regenerated
|
|
+ id 576533: A field of the form "enum E *p" was ignore
|
|
+ id 597016: Hide scope name was not working properly for todo items inside class members, where the class was inside a namespace
|
|
+ id 617761: In dot graphs now also @ref worked (previously only \ref was supported)
|
|
+ id 621733: Removed bogus warning about undocument return type for define when WARN_NO_PARAMDOC was enabled
|
|
+ id 621780: Fixed parsing support for a function that returns a struct definition
|
|
+ id 621785: Doxygen could hang when using \copydoc in a function with \param
|
|
+ id 621805: Using //!< after a #define no longer worked
|
|
+ id 621854,622219,622593: html help compiler (and also the Qt help compiler) was called before all dot images were generated.
|
|
+ id 621984: Using a auto-list in combination with \subpage cause the items to be inlined
|
|
+ id 622018: Fixed problem parsing a @param command where the text part started with a formula
|
|
+ id 622019: Added some instructions how to document Fortran code
|
|
+ id 622041: Using \var multiple times in a comment block did not work properly
|
|
+ id 622413: Tooltips could get wrongly truncated when multi-byte UTF-8 characters were used
|
|
+ id 622471: Argument matching failed for typedef in another namespace
|
|
+ Fixed crash situation while handling commands inside a @ref section
|
|
+ Treeview icons were missing in the HTML output when setting GENERATE_TREEVIEW to NO and USE_INLINE_TREES to YES
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 15 13:04:46 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.7.0:
|
|
* the look of the HTML output was changed
|
|
* the color of HTML output can now be changed easily
|
|
* several performance enhancements were included:
|
|
+ ability to run multiple instances of dot in parallel for
|
|
faster graph generation
|
|
* many bugs have been fixed
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 21 15:08:52 UTC 2010 - Nico.Laus.2001@gmx.de
|
|
|
|
- update to 1.6.3:
|
|
- New features
|
|
* id 608480: Using \dir without argument will create directory
|
|
documentation for the directory in which the \dir command
|
|
was found.
|
|
- Bug fixes (ids refer to the bugzilla database)
|
|
* id 590161: perlmod output was wrong when using paragraph
|
|
commands.
|
|
* id 600525: Included patch for VHDL.
|
|
* id 605698: Replaced size attribute of hr tag by class attribute
|
|
in the HTML output.
|
|
* id 606030,606192,607563: Using \dot produced "Error opening
|
|
map file" or could even crash doxygen.
|
|
* id 606104: Grouped members with todo-like items were shown
|
|
with "GlobalScope" prefix.
|
|
* id 606156: Fixed RTF rendering problem with group index.
|
|
* id 606206,610133: Added missing line break in LaTeX output.
|
|
* id 606330, 608056: The title of pages whose label had an
|
|
underscore was not shown
|
|
* id 606717: Include guard not starting with #ifndef SOME_GUARD_H
|
|
were not recognised as such.
|
|
* id 606718: Setting SEARCHENGINE to YES and GENERATE_HTML to NO
|
|
caused error that search results directory could not be created.
|
|
* id 606772,608493: typedef'ed enums or struct with the same as
|
|
the typedef did no longer show up.
|
|
* id 607088,607946: Related pages (manual and automatic like the
|
|
todo page) caused broken links when SHORT_NAMES was enabled.
|
|
* id 607432,608002: Automatically generated related pages (like
|
|
the todo page) caused broken links when CREATE_SUBDIR was
|
|
enabled.
|
|
* id 607736: comments after #if could cause next function call
|
|
not to be cross-referenced.
|
|
* id 607743: \internal inside a conditional section caused
|
|
warning.
|
|
* id 608016: Using \internal inside a \section did not end at the
|
|
next \section as documented.
|
|
* id 608018: \internal command produced message with .: in the
|
|
LaTeX output.
|
|
* id 608072: HTML Tables with custom attributes were not rendered
|
|
properly.
|
|
* id 608227: Man pages with underscore got double underscore in
|
|
the name.
|
|
* id 608590: Buffer overflow when using non-ascii characters as
|
|
class name.
|
|
* id 608921: Macro definition had effect even if the definition
|
|
was not actually included.
|
|
* id 609504: config.h and config.l where missing from the SVN
|
|
repository.
|
|
* id 609624: Todo items were merged for overloaded functions.
|
|
* id 609709: C# enum values with @todo items were missing from
|
|
the todo list.
|
|
* id 610437: Removed bogus warning when using <br/> tag.
|
|
* Fixed parsing problem for function pointer type starting with
|
|
"typedef enum".
|
|
* Preprocessor did not take EXCLUDE_PATTERNS into account, which
|
|
could cause parse issues when importing a .tlb file.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 30 14:16:55 UTC 2009 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.6.2:
|
|
* two new methods of searching through the HTML documentation:
|
|
were added:
|
|
+ via a PHP based Web server
|
|
+ via an Eclipse help plugin
|
|
* the \addindex command now also works for the HTML indices
|
|
* rendering of LaTeX formulas in the HTML output has been
|
|
improved (especially for non-white backgrounds)
|
|
* smaller improvements
|
|
* large number of bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 7 12:30:49 UTC 2009 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.6.1:
|
|
* fixed file handle leak when parsing include files; also fixed
|
|
the logic that determines whether or not an include file need
|
|
to be parsed
|
|
* search result pages were not using UTF-8 character encoding
|
|
* search results pointing to external references were not linked
|
|
correctly
|
|
* multiline second argument of \ref caused unexpected " warning
|
|
* feeding invalid XML could crash doxygen's DBus XML parser
|
|
* include patch to fix problem with building rpms
|
|
* SHOW_USED_FILES now works again
|
|
* xrefitems (like @todo) did not appear in the list when found
|
|
in comments marked with @enum or @name.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 21 14:16:00 CEST 2009 - nico.laus.2001@gmx.de
|
|
|
|
- updated to version 1.6.0
|
|
- Changes
|
|
* id 580924, 541234: Replaced the PHP based search engine by a
|
|
Javascript/DHTML based one. As a result the search feature no longer
|
|
requires a HTTP server with PHP enabled to be usable. Searching is limited
|
|
to symbols though, but it is now possible to filter on symbol type.
|
|
* id 519886: Make the HTML output XHTML 1.0 compliant.
|
|
* id 579950: Objective-C categories are now merged with their base class,
|
|
unless there is no base class.
|
|
* Member groups with the same header within the same scope are now merged.
|
|
This also works for Objective-C categories.
|
|
* Changed the LaTeX style sheet such that more of the markup is configurable.
|
|
Please update your style sheet if you use a custom one.
|
|
* id 584844: Treat \details inside a brief description as a new paragraph
|
|
command.
|
|
* Split GENERATE_TREEVIEW into two separate options: GENERATE_TREEVIEW and
|
|
USE_INLINE_TREES.
|
|
* Removed the dependencies on libpng and libz, doxygen now generates gifs
|
|
again for internal class diagrams (like it did 7 years ago ;-)
|
|
|
|
- New features
|
|
* Added option SORT_MEMBERS_CTORS_1ST, which when enabled places the
|
|
constructors and destructors first in an otherwise sorted list.
|
|
* id 581518: Applied patch by Tobias Hunger that adds support for
|
|
documenting DBus XML interface descriptions.
|
|
* Included QtHelp patch by Karsten Heimrich which adds missing reference
|
|
and keyword for methods.
|
|
* Included updates for the Korean and Polish translation.
|
|
|
|
- Bug fixes (ids refer to the gnome bugzilla database)
|
|
* id 131989: Fixed preprocessor handling for C# code.
|
|
* id 133418: -- was not rendered correctly for LaTeX output
|
|
* id 157485: Missing link in todo page.
|
|
* id 318061: Two template functions that only differed in the number of
|
|
template arguments were seen as the same function.
|
|
* id 443939: HIDE_UNDOC_CLASSES did not work properly.
|
|
* id 509348: Fixed problem with syncing the information of declaration and
|
|
definition in the presence of an extra forward declaration in the source
|
|
code.
|
|
* id 522193: For C# enum values were merged together if the same enum name
|
|
was used in different scopes.
|
|
* id 523167: Included patch to handle PROGRAM statement in Fortran as
|
|
subroutines/functions.
|
|
* id 554636: Remove spacing around brackets for Obj-C protocols.
|
|
* id 557026: Included patch for fixing wrongly labeled items in docsets.
|
|
* id 560512: Improved parser to better disambiguate nested templates ending
|
|
with >> from the bitshift right operator.
|
|
* id 570238: Fixed matching problem for method in nested class, where the
|
|
outer class is a template.
|
|
* id 581746: Segfault/realloc error when a very long path was used.
|
|
* id 582469: documented #define with guard caused wrong documentation.
|
|
* id 582276: Doxywizard could crash on exit in some cases.
|
|
* id 582676: Regression: a struct ivar in ObjC class screws up method
|
|
identification.
|
|
* id 583213: Included patch that avoids trailing spaces in the generated
|
|
Doxyfile template.
|
|
* id 584192: Included VHDL patch by Martin Klein
|
|
* id 585543: Fixed case where matching declaration and definition did not
|
|
work correctly.
|
|
* id 585260: The "more..." link for files was broken, since the anchor was
|
|
not generated.
|
|
* id 586925: Fixed parsing problem when an unpaired apostrophe appeared in
|
|
a Python comment.
|
|
* id 588291: Included fix for doxywizard makefile.
|
|
* id 588587: Added missing virtual destructor to CompAccept base class.
|
|
* id 588968: Fixed segmentation fault for specific case in PHP code.
|
|
* Fixed some issues building for Windows.
|
|
* id 589514: Fixed problem handling strings like a"\b" within a comment.
|
|
* id 589616: Fixed problem matching explicitly scoped parameter in a
|
|
template class.
|
|
* id 590712: A namespaced with name "internal" (C++/CLI keyword) could
|
|
confuse doxygen's C++ parser.
|
|
* id 591749: @optional/@required attributes for Objective-C were missing
|
|
from the XML output.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 20 11:07:00 CEST 2009 - nico.laus.2001@gmx.de
|
|
|
|
- integrated patch from http://blog.dixo.net/2009/05/20/using-doxygen-help-in-qtcreator/
|
|
that allows doxygen-created .qch files to be used with the tooltips shown
|
|
in Qt Creator
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 22 11:36:08 CEST 2009 - mseben@suse.cz
|
|
|
|
- Changed default behavior ! :
|
|
added modify_footer.patch (bnc#489947), which disable text
|
|
in footer by default, you could enable this text with option
|
|
HTML_FOOTER_DESCRIPTION = YES, this feature was added due to
|
|
increasing efficiency of build buildservice
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 4 13:17:40 CEST 2009 - mseben@suse.cz
|
|
|
|
- updated to version 1.5.9
|
|
- New features
|
|
* Added new option LATEX_SOURCE_CODE, which when enabled adds
|
|
source code also to the latex output
|
|
* Included updates for the Finnish, Romanian, Korean, German,
|
|
Japanese, and Hongarian translation.
|
|
* Added translation support for Esperanto.
|
|
* Added class attribute to the \todo and \bug HTML
|
|
code so they can be customized via CSS.
|
|
* Added support for Æ and æ characters.
|
|
|
|
- Bug fixes (ids refer to the gnome bugzilla database)
|
|
* id 395169: Some links via tagfiles were not correct in
|
|
combination with CREATE_SUBDIRS=YES
|
|
* id 539080: Having the same comment for the declaration and
|
|
definition of a function could result in duplicate documentation
|
|
in case the indentation level was different.
|
|
* id 566713: Dot font was not removed even though DOT_CLEANUP was YES.
|
|
* id 566925: Fixed problem resolving symbolic links.
|
|
* id 567044: Fully qualified name was not shown correctly for
|
|
nested classes.
|
|
* id 567375: Fixed parse problem for typedefs with redundant braces.
|
|
* id 567535: Fixed problem when parsing operator%= for CLI/C++ code.
|
|
* id 567777: Fixed problem with latex output when using enums.
|
|
* id 567990: Doxygen could crash when there was a symlink in project.
|
|
* id 568237: Non-ascii values entered where not saved according
|
|
to the INPUT_ENCODING.
|
|
* id 568505: Fixed build problem for old Linux distributions.
|
|
* id 569478: Fixed line continuation issue with the Fortran parser.
|
|
* id 570960: C++ class defined in a .mm file was sometimes parsed
|
|
as Objective-C code.
|
|
* id 571013: In the wizard, editing a text field in the middle of
|
|
the text in the expert tab caused the cursor to jump to the end
|
|
of the line.
|
|
* id 571096: Fixed Objective-C parsing problem when multiple
|
|
protocol forward declarations are put on one line.
|
|
* id 571990: Fixed compiler issue with portable_iconv by moving
|
|
the function to a C file.
|
|
* id 572560: Fixed parse issue when a #define is inside an enum.
|
|
* id 572740: Fixed problem parsing C++ comments using line continuation.
|
|
* id 573057: Included update for Swedish translator and changed
|
|
the language code from SE to SV to comply with ISO 639.
|
|
* id 578382: When referring to a static variable or function
|
|
doxygen will now look at the file context in case of ambiguity.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 9 10:00:00 CET 2009 - olh@suse.de
|
|
|
|
- compile with RPM_OPT_FLAGS again
|
|
- apply 64bit patch unconditionally
|
|
- fix compile warnings for string and signed char handling
|
|
- disable language support on ppc64
|
|
code size too large, -mminimal-toc does not help
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 14 12:00:00 CEST 2009 - nico.laus.2001@gmx.de
|
|
|
|
- updated to compile on Mandriva
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 6 13:31:44 CET 2009 - mseben@suse.cz
|
|
|
|
- updated to version 1.5.8
|
|
Changes:
|
|
* Included Qt help update by Sebastian Pipping introducing three
|
|
new options to define custom filter sections and attributes:
|
|
QHP_CUST_FILTER_NAME, QHP_CUST_FILTER_ATTRS, QHP_SECT_FILTER_ATTRS.
|
|
New features:
|
|
* Add new option EXTENSION_MAPPING, which can be used to change
|
|
the mapping of file extension to language parser
|
|
* Added support for Vietnamese (thanks to Dang Minh Tuan)
|
|
* Thanks to Emin Ilker Cetinbas doxygen can now also produce
|
|
Turkish documentation.
|
|
* It is now possible to add the direction attributes normally used
|
|
with the @param command to document parameters inline
|
|
|
|
- rewritten doxygen-*-man.patch
|
|
- spec file clean-up
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 13:31:58 CEST 2008 - anosek@suse.cz
|
|
|
|
- updated to version 1.5.6
|
|
Changes
|
|
* The GENERATE_TREEVIEW option is not longer a boolean, but can
|
|
now have 4 values, NONE (was NO), FRAME (was YES), HIERARCHIES,
|
|
and ALL.
|
|
* a page marked as a sub page (\subpage) is now shown in the LaTeX
|
|
and RTF output as a section of its parent page. So the top level
|
|
pages are shown a chapters, subpages as sections, subpages
|
|
of a subpage as subsections, etc.
|
|
New features
|
|
* Added DOT_FONTNAME and DOT_FONTPATH options
|
|
* Added option CHM_INDEX_ENCODING to specify the encoding to be
|
|
used for the CHM index files.
|
|
* Included patch to make the font-size button visible in the CHM output.
|
|
* Added new options SHOW_NAMESPACES and SHOW_FILES to Suppress
|
|
Namepace and Files Pages.
|
|
* Included a patch that makes it easy to modify the root
|
|
of the html treeview with an image using style sheets.
|
|
* Added option IDL_PROPERTY_SUPPORT to enable/disable special
|
|
propget/propput handling in IDL files.
|
|
* Added option FORMULA_FONTSIZE which can be used to change
|
|
the font size of the formulas included in the HTML documentation.
|
|
And lots of bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 27 08:59:59 CET 2008 - anosek@suse.cz
|
|
|
|
- updated to version 1.5.5
|
|
Changes:
|
|
* Pages created with @page are now chapters in the LaTeX and RTF
|
|
output and treeviews, and directly follow the mainpage.
|
|
Also the project name is not longer repeated for each chapter.
|
|
* For dot graphs with an edge with more than ten labels, only
|
|
the first ten are shown followed by an ellipsis; done
|
|
to prevent very long dot runs resulting in unreadable graphs.
|
|
* Use of pdflatex with hyperlinks is now the default.
|
|
* C++ preprocessor macro names are now replaced in the comments
|
|
* The options SOURCE_BROWSER, CALL_GRAPH, CALLER_GRAPH,
|
|
REFERENCES_RELATION, and REFERENCED_BY_RELATION can now be
|
|
indepently enabled and disabled. By default the relations are
|
|
now disabled.
|
|
New features:
|
|
* Added support for VHDL (.vhd or .vhdl extension).
|
|
Use OPTIMIZE_OUTPUT_VHDL when parsing VHDL code.
|
|
* Added support for Objective-C 2.0 properties.
|
|
* Added support for docsets, which allow integration of doxygen
|
|
generated API documentation in Xcode 3. new options:
|
|
o GENERATE_DOCSET: enables/disables the feature
|
|
o DOCSET_FEEDNAME: sets the provider/suite name
|
|
under which the set is listed.
|
|
o DOCSET_BUNDLE_ID: A unique name for the docset.
|
|
* Added support for the \tparam command, which works similar to
|
|
\param but is meant for documenting template parameters.
|
|
* Added \headerfile command which can be used to specify
|
|
the second and third argument of a \class command, when
|
|
the documentation is already in front of a class definition.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 30 11:56:25 CET 2007 - anosek@suse.cz
|
|
|
|
- updated to version 1.5.4
|
|
Changes:
|
|
* When setting SOURCE_BROWSER to YES, all undocumented classes
|
|
also ended up in the documentation. Now this will only happen
|
|
if EXTRACT_ALL is also enabled.
|
|
* Upgraded included third party libs libpng and zlib to version
|
|
1.2.21 and 1.2.3 respectively.
|
|
New features:
|
|
* Included support for parsing Fortran 90
|
|
* Added config option SIP_SUPPORT to support handling SIP sources
|
|
(used for Python to C++ bindings).
|
|
* Added support for CLI/C++ style indexed properties.
|
|
* Added config option TYPEDEF_HIDES_STRUCT which when enabled
|
|
treats a typedef of a struct as a struct with the name of the
|
|
typedef. This behavious was coupled to OPTIMIZE_OUTPUT_FOR_C
|
|
in the previous version and is now an independent option.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- fixed build of Doxywizard
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 14:40:08 CEST 2007 - anosek@suse.cz
|
|
|
|
- updated to version 1.5.2:
|
|
* Doxygen now uses UTF-8 internally for all strings
|
|
A new config option INPUT_ENCODING has been added which can be
|
|
used to specify the encoding of the input
|
|
* Added support for message sequence charts (using mscgen)
|
|
* Added support for C++/CLI
|
|
* IGNORE_PREFIX now also works for function/members names when
|
|
shown in the various indices
|
|
* Doxygen will show a tooltip in the HTML output for links
|
|
to classes, namespaces, and members with the brief description
|
|
* Syntax highlight support for several (managed) C++ keywords
|
|
* Added two LaTeX layout enhancements
|
|
* Lots of bugfixes
|
|
- dropped obsolete disable-rtf-debug.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 13:16:19 CEST 2007 - mmarek@suse.de
|
|
|
|
- added flex and bison to buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 5 15:56:24 CET 2007 - anosek@suse.cz
|
|
|
|
-updated to version 1.5.1, bugfixes:
|
|
* id 148567: @todo at the end of a comment block caused problem
|
|
when copied by @copydoc
|
|
* id 352420: Fixed bug in LaTeX output (missing space after \bf).
|
|
* id 363227: missing output for instance variables defined
|
|
in a Python function that has a doc string
|
|
* id 363397: Member groups did not appear in a class when
|
|
SUBGROUPING was set to YES.
|
|
* id 364341: Parsing could become really slow if often included
|
|
header files contained using statements.
|
|
* id 364673: The values of two enums with the same name
|
|
(both in difference scopes) where merged.
|
|
* Running 2 instances of doxygen on the same output directory
|
|
caused corruption of the temporary files generated by doxygen.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 16 12:56:20 CET 2006 - mmarek@suse.cz
|
|
|
|
- don't abort just because of a warning (fixes yast2-core build)
|
|
(dont-exit-on-warning.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 18 10:47:39 CEST 2006 - anosek@suse.cz
|
|
|
|
- updated to version 1.5.0
|
|
* Cleaned up the internal structures to make them smaller,
|
|
and made doxygen use a temporary file to store the parse
|
|
results (instead of keeping them in memory), which will
|
|
further reduce the memory usage, especially for large projects
|
|
* Sections produces by \note, \warning, \remarks etc, now have
|
|
a class label in the generated HTML (<dl> tag) so you can give
|
|
them a distinct style using a non-default stylesheet
|
|
(i.e. using HTML_STYLESHEET).
|
|
* Lots of bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 26 11:15:32 CEST 2006 - mmarek@suse.cz
|
|
|
|
- updated to 1.4.7
|
|
* changes in the CSS stylesheet and HTML class names => possible
|
|
incompatibility with custom stylesheets
|
|
* new CALLER_GRAPH option to add called-by graph to functions
|
|
* new REFERENCES_LINK_SOURCE option to set whether function names
|
|
in REFERENCES_RELATION and REFERENCED_BY_RELATION link to
|
|
source or documentation
|
|
* updated some translations
|
|
* added support for get/set properties in IDL
|
|
* lost of bugfixes
|
|
- dropped patches: qtools.patch, segfault.patch
|
|
- added script to update the html docu tarball to source rpm
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:35:34 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 14:17:56 CET 2006 - mmarek@suse.cz
|
|
|
|
- fix segfault in doxygen.cpp
|
|
[#141384] (segfault.patch)
|
|
- use make -j
|
|
- add -fno-strict-aliasing
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 2 13:43:34 CET 2006 - mmarek@suse.cz
|
|
|
|
- update to 1.4.6
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 10 15:27:31 CEST 2005 - mmarek@suse.cz
|
|
|
|
- update to 1.4.5
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 18:53:57 CEST 2005 - mmarek@suse.cz
|
|
|
|
- fix qtools to build with gcc-4.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 24 12:09:20 CEST 2005 - mmarek@suse.cz
|
|
|
|
- disable RTF debug comments in src/rtfdocvisitor.cpp (those
|
|
comments are displayed by default in ooffice and abiword). See
|
|
gnome bugzilla #149797
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 28 19:07:02 CEST 2005 - postadal@suse.cz
|
|
|
|
- updated to version 1.4.4
|
|
* added man pages
|
|
- removed obsoleted qt-mt patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 6 14:44:27 CEST 2005 - uli@suse.de
|
|
|
|
- un-packing QChar seems to break doxygen; removed the
|
|
incriminated methods instead as they are unused anyway
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 17:19:08 CEST 2005 - uli@suse.de
|
|
|
|
- GCC does not allow references to members of packed structs on
|
|
ARM
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 12 14:34:07 CET 2005 - postadal@suse.cz
|
|
|
|
- updated to version 1.4.1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 11 16:11:10 CEST 2004 - postadal@suse.cz
|
|
|
|
- linked dynamically against libpng
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 03 18:48:56 CEST 2004 - postadal@suse.cz
|
|
|
|
- updated to version 1.3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 27 12:24:52 CEST 2004 - postadal@suse.cz
|
|
|
|
- doxywizard split off (removed qt3 dependency)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 23 12:37:03 CET 2004 - postadal@suse.cz
|
|
|
|
- applied patches from cvs to fix bug #36397 (doxygen ate all memory building the libstdc++)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 13 17:23:48 CET 2004 - postadal@suse.cz
|
|
|
|
- updated to version 1.3.6
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 11:20:28 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 6 13:34:54 CEST 2003 - kukuk@suse.de
|
|
|
|
- Use prebuild documentation from website
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 2 09:41:50 CEST 2003 - adrian@suse.de
|
|
|
|
- update to version 1.3.4
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 16 18:10:56 CEST 2003 - adrian@suse.de
|
|
|
|
- add desktop file for doxywizard
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 24 20:04:17 CEST 2003 - postadal@suse.cz
|
|
|
|
- updated to version 1.3.2
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 15 13:05:48 CEST 2003 - mmj@suse.de
|
|
|
|
- Update to 1.3.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 10 16:58:09 CET 2003 - ro@suse.de
|
|
|
|
- fix build with tetex-2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 01:37:05 CET 2003 - ro@suse.de
|
|
|
|
- force install tool
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 20 16:50:37 CET 2002 - ro@suse.de
|
|
|
|
- use ghostscript-mini-packages in neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 08 14:19:35 CEST 2002 - postadal@suse.cz
|
|
|
|
- updated to version 1.2.18
|
|
* @deprecated is now treated as @todo, @test, and @bug
|
|
* enum value documentation was added to the XML output.
|
|
* files ending with ".inc" are now recognised as PHP files
|
|
* included updated documentation for language translators
|
|
* included language updates
|
|
* added new configuration options XML_DTD and XML_SCHEMA to set the DTD or Schema used in the XML output.
|
|
|
|
- patch for 64bit archs
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 18 02:26:55 CEST 2002 - ro@suse.de
|
|
|
|
- added ghostscript-x11-packages to neededforbuild (for gs)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 28 09:29:43 CEST 2002 - meissner@suse.de
|
|
|
|
- use RPM_OPT_FLAGS so it builds on ppc64.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 18 22:16:19 CEST 2002 - coolo@suse.de
|
|
|
|
- updating to 1.2.17 (needed for new kdelibs3)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 9 21:39:40 CEST 2002 - olh@suse.de
|
|
|
|
- build with -mminimal-toc on ppc64, workaround
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 3 11:14:11 CEST 2002 - meissner@suse.de
|
|
|
|
- really write %_lib instead of just lib64
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 2 12:53:22 CEST 2002 - meissner@suse.de
|
|
|
|
- %_lib fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 7 19:50:20 CEST 2002 - adrian@suse.de
|
|
|
|
- export compiler flags via RPM_OPTL_FLAGS to get an effect
|
|
(fix compile for mips)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 02:12:12 CET 2002 - ro@suse.de
|
|
|
|
- patch tmake config file as well to use qt-mt
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 12 00:07:14 CET 2002 - ro@suse.de
|
|
|
|
- build against qt3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 31 22:51:09 CET 2002 - ro@suse.de
|
|
|
|
- added libgimpprint to neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 29 13:59:19 CET 2002 - cihlar@suse.cz
|
|
|
|
- use %{suse_update_libdir}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 7 08:23:59 CET 2002 - cihlar@suse.cz
|
|
|
|
- updated to version 1.2.13.1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 2 09:45:17 CET 2002 - cihlar@suse.cz
|
|
|
|
- updated to version 1.2.13
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 19 11:37:55 CET 2001 - cihlar@suse.cz
|
|
|
|
- updated to version 1.2.12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 9 01:25:00 CET 2001 - ro@suse.de
|
|
|
|
- use qt-devel-packages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 8 10:29:41 CEST 2001 - cihlar@suse.cz
|
|
|
|
- updated to version 1.2.11.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 1 13:11:30 CEST 2001 - tiwai@suse.de
|
|
|
|
- updated to version 1.2.11
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 27 19:28:12 CEST 2001 - tiwai@suse.de
|
|
|
|
- updated to version 1.2.10
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 8 13:13:06 CEST 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.9.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 3 09:32:27 CEST 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.9
|
|
- gzipped doxygen_manual.ps
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 12:48:25 CEST 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.8.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 23 08:45:31 CEST 2001 - cihlar@suse.cz
|
|
|
|
- added glib to neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 20 12:06:42 CEST 2001 - kukuk@suse.de
|
|
|
|
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
|
|
- changed neededforbuild <gs_lib> to <ghostscript-library>
|
|
- changed neededforbuild <gs_x11> to <ghostscript-x11>
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 08:30:04 CEST 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.7
|
|
- fixed warnings on ia64
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 18 23:24:19 CET 2001 - ro@suse.de
|
|
|
|
- fixed neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 12 09:34:11 CET 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.6
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 11:50:49 CET 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.5
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 22 07:50:53 CET 2001 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.4
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 30 08:24:43 CET 2000 - cihlar@suse.cz
|
|
|
|
- fixed neededforbuild: += liblcms
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 17 14:57:54 CET 2000 - ro@suse.de
|
|
|
|
- fixed neededforbuild: += libmng-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 13 12:33:03 CET 2000 - cihlar@suse.cz
|
|
|
|
- fixed to compile
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 3 09:07:48 CET 2000 - cihlar@suse.cz
|
|
|
|
- fixed neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 31 12:36:52 CET 2000 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 09:59:48 CEST 2000 - cihlar@suse.cz
|
|
|
|
- update to version 1.2.2
|
|
- added libmng to neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 25 13:30:25 CEST 2000 - cihlar@suse.cz
|
|
|
|
- added BuildRoot
|
|
- fixed neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 15 18:57:50 CEST 2000 - garloff@suse.de
|
|
|
|
- Update to stable version 1.2.1.
|
|
- No need for using -g for release version any longer.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 5 00:11:35 CEST 2000 - garloff@suse.de
|
|
|
|
- Update to doxygen-1.1.5: Many bugfixes (last pre-1.2)
|
|
- Documentation (.ps,.pdf) is now being build from the sources
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 27 19:59:05 CEST 2000 - garloff@suse.de
|
|
|
|
- Detect qtlib2 version and pass it to the dynamic linker with
|
|
LD_RUN_PATH (equivalent to -rpath).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 21 12:51:13 CEST 2000 - garloff@suse.de
|
|
|
|
- Change QTDIR to /usr/lib/qt2 (instead of qt-2.1.1) to avoid
|
|
breakage in case of qtlib2 upgrade.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 6 18:21:01 CEST 2000 - garloff@suse.de
|
|
|
|
- Upgrade to doxygen-1.1.4.
|
|
- Use qt2 to build.
|
|
- The Makefile for the doc subdir is now correctly created.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 24 18:16:02 CEST 2000 - garloff@suse.de
|
|
|
|
- Use %{_docdir}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 5 14:49:59 CET 2000 - garloff@suse.de
|
|
|
|
- Upgrade to doxygen-1.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 31 22:40:10 CET 1999 - ro@suse.de
|
|
|
|
- re-added -g to CFLAGS (workaround for a segfault without)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 30 02:54:03 CEST 1999 - garloff@suse.de
|
|
|
|
- Update to 0.49-991003.
|
|
- Added pdf docu.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 4 21:09:58 CEST 1999 - garloff@suse.de
|
|
|
|
- Update to 0.49-990728.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 28 23:32:00 CEST 1999 - garloff@suse.de
|
|
|
|
- Added missing neededforbuild packages.
|
|
- Add -g to compile flags: Workaround for egcs on AXP (!)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 24 12:49:31 CEST 1999 - garloff@suse.de
|
|
|
|
- Check in der 0.49-990522 Version. linux-egcs Target.
|
|
|