SHA256
8
0
forked from pool/doxygen

- updated to 1.8.3:

Changes
    * Expanding the tree in an index page of the HTML output, will 
      now expand only one level instead of the whole sub-tree.
    * A blockquote in Markdown does no longer require a whitespace 
      after the last '>' if the '>' is followed by a newline.
    * id 682718: Included patch to add version info to all 
      generated template files (headers, footers, stylesheets, 
      layout files, etc). 
    New features
    * Added support for using external tools to index and search 
      through the HTML documentation. An example index tool is 
      provided (doxyindexer) and an example search engine 
      (doxysearch.cgi). To configure the external search engine 
      the following new options are added to the configuration 
      file: EXTERNAL_SEARCH (to enable the feature), 
      SEARCHENGINE_URL (to specify the URL of the search engine), 
      SEARCHDATA_FILE (to specify the name of the raw search 
      data to index), EXTRA_SEARCH_MAPPINGS (for search through 
      multiple projects). See the manual for details.
    * Added USE_MDFILE_AS_MAINPAGE config option to select a 
      markdown page to be used as the main page.
    * id 630645: This patch (contributed by Albert) adds support 
      for simple logic expressions for \cond, \if, and friends, 
      i.e. you can do \if (SOME_SECTION_NAME && 
      (!THIS_ALTERNATIVE || THAT_ALTERNATIVE))
    * id 684152: Patch (contributed by Albert) adds a new 
      configuration option MATHJAX_FORMAT to select the MathJax 
      output format. Options are HTML-CSS, NativeMML, or SVG. 
    Bug Fixes

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=58
This commit is contained in:
2012-12-31 08:42:17 +00:00
committed by Git OBS Bridge
parent 84e883615d
commit fceeb241de
10 changed files with 54 additions and 15 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Dec 31 08:38:17 UTC 2012 - pgajdos@suse.com
- updated to 1.8.3:
Changes
* Expanding the tree in an index page of the HTML output, will
now expand only one level instead of the whole sub-tree.
* A blockquote in Markdown does no longer require a whitespace
after the last '>' if the '>' is followed by a newline.
* id 682718: Included patch to add version info to all
generated template files (headers, footers, stylesheets,
layout files, etc).
New features
* Added support for using external tools to index and search
through the HTML documentation. An example index tool is
provided (doxyindexer) and an example search engine
(doxysearch.cgi). To configure the external search engine
the following new options are added to the configuration
file: EXTERNAL_SEARCH (to enable the feature),
SEARCHENGINE_URL (to specify the URL of the search engine),
SEARCHDATA_FILE (to specify the name of the raw search
data to index), EXTRA_SEARCH_MAPPINGS (for search through
multiple projects). See the manual for details.
* Added USE_MDFILE_AS_MAINPAGE config option to select a
markdown page to be used as the main page.
* id 630645: This patch (contributed by Albert) adds support
for simple logic expressions for \cond, \if, and friends,
i.e. you can do \if (SOME_SECTION_NAME &&
(!THIS_ALTERNATIVE || THAT_ALTERNATIVE))
* id 684152: Patch (contributed by Albert) adds a new
configuration option MATHJAX_FORMAT to select the MathJax
output format. Options are HTML-CSS, NativeMML, or SVG.
Bug Fixes
* see http://www.stack.nl/~dimitri/doxygen/changelog.html
-------------------------------------------------------------------
Mon Aug 20 07:12:42 UTC 2012 - pgajdos@suse.com