Hi,

With this update the following has changed:
-------------------------------------------------------------------------------
+ ADD: Added experimental support for "clang assisted parsing", which allows
       the code to also be parsed via libclang and can improve the quality of
       the syntax highting, cross-references, and call graphs, especially for
       template heavy C++ code. To enable this feature you have to configure
       doxygen with the --with-libclang option. Then you get two new config
       options: CLANG_ASSISTED_PARSING to enable or disable parsing via
       clang and CLANG_OPTIONS to pass additional compiler options needed to
       compile the files. Note that enabling this feature has a significant
       performance penality (I'm looking at ways to reduce that).
+ ADD: Included language update for Ukrainian.
+ BUG: VHDL: Added patch by Martin Kreis to improve code output.
+ BUG: id 427012: Putting a @todo in front of an anonoymous namespace caused
       bogus entry in the todo list.
+ BUG: id 564462: Fixed alignment issue with tabs and multibyte characters.
+ BUG: id 571561: No space between * and tag (e.g. \endcode) made parser
       misbehave
+ BUG: id 583233: Included patch to limit generated Doxyfile comments to 80 
       columns
+ BUG: id 682369: Incomplete documentation on doxygen -w latex
+ BUG: id 627712: Doxygen Header in C Files makes empty Lines in HTML Source
       Code when starts in Line 1
+ BUG: id 639954: Fortran: array constructors with brackets were not correctly
       recognized.
+ BUG: id 673218: Replaced "echo -n" with "printf" in the configure script.
+ BUG: id 679626: Included patch by Abert to correctly link pages in the manual
+ BUG: id 694376: In some cases members were missing from the tag file.
+ BUG: id 694610: Warning was not reported at the correct line in two cases.
+ BUG: id 694631, 694632: @cond..@endcond did not work properly for removing
       mac definitions.
+ BUG: id 694726: VHDL: fixed issue generating LaTeX output.
-------------------------------------------------------------------------------
Enjoy,
  Dimitri

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to