Changes
* Changed to way the search results for multiple projects can
be linked together. A project is now no longer identified by
the tag files name but via new option EXTERNAL_SEARCH_ID giving
a bit more flexibility.
* Disabled the disk cache for member data. Allows removing quite
some complexity in doxygen and is not really needed now that
64bit systems with >4GB RAM are becoming more common. Let me
know if you think you benefit from this caching.
* id 691607: Using $relpath$ in a custom footer could lead to
ambiguities when followed by a name that could also be a marker,
like 'search'. Now $relpath^ should be used instead. $relpath$
is still supported for backward compatibility.
New features
* You can now use EXTENSION_MAPPING on files without any
extension using no_extension as placeholder (thanks to
Jason Majors for the patch).
* To make navindex section inside a layout file that
links to a specific URL you can use usergroup with the
url attribute.
* To make navindex section without any link inside a
layout file you can use usergroup with special title
[none].
Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html
- updated to 1.8.3.1:
Changes
* Changed to way the search results for multiple projects can
be linked together. A project is now no longer identified by
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=59
changes
* Using a fenched block (~~~~) in Markdown without explicit
extension will now be interpreted as a @code..@endcode block
instead of @verbatim..@endverbatim.
* Classes inheriting from an class that is outside the scope
of doxygen are still shown in diagrams. This does not hold
for usage relations.
new features
* Added support for C++11.
* Made several improvements to the way Objective-C categories
and protocols are handled:
* Added option HTML_EXTRA_STYLESHEET which allows adding an
additional stylesheet without completely replacing
doxygen.css.
* Added option AUTOLINK_SUPPORT which can be used to
enable/disable autolinking globally.
* Included language updates for Czech, Spanish, Greek, Slovak,
and Esparanto.
etc. see http://www.stack.nl/~dimitri/doxygen/changelog.html
- updated to 1.8.2:
changes
* Using a fenched block (~~~~) in Markdown without explicit
extension will now be interpreted as a @code..@endcode block
instead of @verbatim..@endverbatim.
* Classes inheriting from an class that is outside the scope
of doxygen are still shown in diagrams. This does not hold
for usage relations.
new features
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=56
changes
* doxygen now strips the leading indentation shared by the lines
in a @code..@endcode block.
* id 678218: Changed title of the SVG graphs from 'G' to the root
node of the graph.
* Integrated the root navigation tree in navtree.js for faster
loading
* When the navigation tree is enabled, clicking jump to a line
in the source code view will now highlight the line.
features
* Added button in the navigation tree to allow enabling/disabling
syncing the navigation tree with the content.
* Extended the number of HTML entities with Greek letters and
other symbols (thanks to Charles Karney for the patch).
* id 663645: Added support for C++11 strongly typed enums (enum
class E { ... }).
* VHDL code now has a new Design Overview page (thanks for
Martin Kreis for the patch). Requires HAVE_DOT=YES, and
DOT_IMAGE_FORMAT=svg.
* id 677678: Added support for strong and weak attributes in
Objective-C properties.
* bugfixes
- for details see http://www.stack.nl/~dimitri/doxygen/changelog.html
- updated to 1.8.1.2:
changes
* doxygen now strips the leading indentation shared by the lines
in a @code..@endcode block.
* id 678218: Changed title of the SVG graphs from 'G' to the root
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=54
* Auto list items can now consist of multiple paragraphs.
* When UML_LOOK is enabled, relations shown on the edge of a
graph are not shown as attributes.
* Updated the manual and improved the look.
* Latex: made the margins of latex page layout smaller using the
geometry package.
* etc., see http://www.stack.nl/~dimitri/doxygen/changelog.html
- updated to 1.8.0:
* Auto list items can now consist of multiple paragraphs.
* When UML_LOOK is enabled, relations shown on the edge of a
graph are not shown as attributes.
* Updated the manual and improved the look.
* Latex: made the margins of latex page layout smaller using the
geometry package.
* etc., see http://www.stack.nl/~dimitri/doxygen/changelog.html
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=45
* To improve the performance of loading the navigation tree,
the data is now split into multiple javascript files which
are loaded dynamically.
* The selected member is now briefly highlighted in the HTML
output (when GENERATE_TREEVIEW is enabled).
* The navigation tree (GENERATE_TREEVIEW) now shows the same
information as the index.
* The navindex section of layout now also controls what is
shown in the navigation tree.
* Improved HTML output support for IE9.
* Included redesigned VHDL parser (thanks to Martin Kreis
for the patch)
* When a class/structs has many (>15) members of the same type,
only the first 10 are shown in the UML diagram.
* Made the output of the javascript based search engine more
compact.
* Update of the French translation.
* id 607305: Added support for PHP heredoc and nowdoc constructs.
* Added support for cross-referencing in case of operator->
overloading. This includes support for std::auto_ptr,
std::smart_ptr,std::unique_ptr and std::weak_ptr when
BUILTIN_STL_SUPPORT is enabled.
* bugfixes
- updated to 1.7.6:
* To improve the performance of loading the navigation tree,
the data is now split into multiple javascript files which
are loaded dynamically.
* The selected member is now briefly highlighted in the HTML
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=41
* 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