- update to 1.7.5:
* id 641904: Function in the call graphs are now shown based on first
appearance rather then alphabetical order.
* id 616213: When customizing the HTML header $title now only generates
the title excluding the project name (which can still be
added using $projectname)
* Improved the look of the class index: all items now have equal spacing.
* New option INTERACTIVE_SVG which when set to YES in combination with
DOT_IMAGE_FORMAT=svg will make doxygen generate interactive SVG
diagrams that support zooming and panning via the mouse (only for
large graphs).
* Added support for the Tcl programming language (thanks to Rene Zaumseil
and Samuel Bentley for the patch).
* Added @copyright command.
* added option MATHJAX_EXTENSIONS to provide additional extensions for
MathJax (thanks to David Munger for the patch).
* added option INLINE_SIMPLE_STRUCTS which when enabled shows the fields
of simple classes and structs (with only public data fields) as a table
and inline in context (file/group/namespace/class)
provided this context is documented.
* When using the server based search engine (SEARCHENGINE=YES and
SERVER_BASED_SEARCH=YES) doxygen now advertises a opensearch provider
for your project, that allows integrating the search directly in the
search field of the browser (thanks to Phil Lello for the patch).
* id 503239: Added new option CITE_BIB_FILES and LATEX_BIB_STYLE and a new
command \cite, allowing you to make references to literature (as defined
in one or more .bib files). This also works for output formats other
than LaTeX. The tool bibtex is required for this to work though. Thanks
to David Munger for the initial patch upon which this feature is based.
* PHP namespaces are now shown as A\B in the output.
OBS-URL: https://build.opensuse.org/request/show/78862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=33
* id 641904: Function in the call graphs are now shown based on first
appearance rather then alphabetical order.
* id 616213: When customizing the HTML header $title now only generates
the title excluding the project name (which can still be
added using $projectname)
* Improved the look of the class index: all items now have equal spacing.
* New option INTERACTIVE_SVG which when set to YES in combination with
DOT_IMAGE_FORMAT=svg will make doxygen generate interactive SVG
diagrams that support zooming and panning via the mouse (only for
large graphs).
* Added support for the Tcl programming language (thanks to Rene Zaumseil
and Samuel Bentley for the patch).
* Added @copyright command.
* added option MATHJAX_EXTENSIONS to provide additional extensions for
MathJax (thanks to David Munger for the patch).
* added option INLINE_SIMPLE_STRUCTS which when enabled shows the fields
of simple classes and structs (with only public data fields) as a table
and inline in context (file/group/namespace/class)
provided this context is documented.
* When using the server based search engine (SEARCHENGINE=YES and
SERVER_BASED_SEARCH=YES) doxygen now advertises a opensearch provider
for your project, that allows integrating the search directly in the
search field of the browser (thanks to Phil Lello for the patch).
* id 503239: Added new option CITE_BIB_FILES and LATEX_BIB_STYLE and a new
command \cite, allowing you to make references to literature (as defined
in one or more .bib files). This also works for output formats other
than LaTeX. The tool bibtex is required for this to work though. Thanks
to David Munger for the initial patch upon which this feature is based.
* PHP namespaces are now shown as A\B in the output.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=32
* 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.
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=22