Commit Graph

228 Commits

Author SHA256 Message Date
Stephan Kulow
794908e18d Accepting request 180989 from devel:tools
- updated to 1.8.4:
  * id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs
    with simple typedefs will be inlined.
  * Doxywizard: scrolling with mouse wheel no longer affects the
    values in the expert view.
  * id 681733: More consistent warnings and errors.
  * Added support for "clang assisted parsing", which allows the
    code to also be parsed via libclang (C/C++ frontend of LLVM)
    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
    configuration 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.
  * Included patch donated by Intel which adds Docbook support.
    This can be enabled via GENERATE_DOCBOOK and the output
    location can be controlled using DOCBOOK_OUTPUT. Docbook
    specific sections can be added using
    \docbookonly ... \enddocbookonly
  * Added support for UNO IDL (interace language used in
    Open/Libre Office), thanks to Michael Stahl for the patch.
  * Included patch by Adrian Negreanu which stores data gathered
    by doxygen in a sqlite3 database. Currently still work in
    progress and can only be enabled using --with-sqlite3 during
    ./configure.
  * For interactive SVG graphs, edges are now highlighted when
    hovered by the mouse.
  * Include patch by Adrian Negreanu to show duration statistics

OBS-URL: https://build.opensuse.org/request/show/180989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=49
2013-06-28 14:02:42 +00:00
39fe6c187e - updated to 1.8.4:
* id 686384: When INLINE_SIMPLE_STRUCTS is enabled, also structs
    with simple typedefs will be inlined.
  * Doxywizard: scrolling with mouse wheel no longer affects the
    values in the expert view.
  * id 681733: More consistent warnings and errors.
  * Added support for "clang assisted parsing", which allows the
    code to also be parsed via libclang (C/C++ frontend of LLVM)
    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
    configuration 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.
  * Included patch donated by Intel which adds Docbook support.
    This can be enabled via GENERATE_DOCBOOK and the output
    location can be controlled using DOCBOOK_OUTPUT. Docbook
    specific sections can be added using
    \docbookonly ... \enddocbookonly
  * Added support for UNO IDL (interace language used in
    Open/Libre Office), thanks to Michael Stahl for the patch.
  * Included patch by Adrian Negreanu which stores data gathered
    by doxygen in a sqlite3 database. Currently still work in
    progress and can only be enabled using --with-sqlite3 during
    ./configure.
  * For interactive SVG graphs, edges are now highlighted when
    hovered by the mouse.
  * Include patch by Adrian Negreanu to show duration statistics

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=63
2013-05-20 16:44:15 +00:00
Stephan Kulow
4898f8936b Accepting request 161105 from devel:tools
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161103 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=48
2013-03-26 14:30:15 +00:00
Stephan Kulow
a3317640b7 Accepting request 161103 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161103
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=61
2013-03-26 08:28:59 +00:00
Stephan Kulow
790ccc2e5c Accepting request 157772 from devel:tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=47
2013-03-08 09:49:14 +00:00
b0fbdfc2bb - 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 
     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
2013-01-22 08:19:21 +00:00
fceeb241de - 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
2012-12-31 08:42:17 +00:00
Stephan Kulow
b19e873321 Accepting request 134069 from devel:tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=45
2012-09-17 11:53:54 +00:00
84e883615d - 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
    * 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
2012-08-20 09:05:02 +00:00
Ismail Dönmez
1b2c8a3a81 Accepting request 127814 from devel:tools
- 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 
    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/request/show/127814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=44
2012-07-13 09:30:56 +00:00
0b95c7b302 - 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 
    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
2012-07-13 08:46:49 +00:00
Stephan Kulow
9a1d4798c0 Accepting request 123485 from devel:tools
- 1.8.1 generates man page names uncondidionally lowercase which
  causes problem for lapack build for example; reverting one hunk 
  of fix for
  https://bugzilla.gnome.org/show_bug.cgi?id=674563
  as workaround
  * no-lowercase-man-names.patch

OBS-URL: https://build.opensuse.org/request/show/123485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=42
2012-06-06 14:06:26 +00:00
59026d1737 - 1.8.1 generates man page names uncondidionally lowercase which
causes problem for lapack build for example; reverting one hunk 
  of fix for
  https://bugzilla.gnome.org/show_bug.cgi?id=674563
  as workaround
  * no-lowercase-man-names.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=52
2012-06-04 10:22:20 +00:00
Stephan Kulow
e6667c10d8 Accepting request 122679 from devel:tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/122679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=41
2012-05-31 15:03:13 +00:00
b790f8a888 - updated to 1.8.1:
* Included a couple of performance improvements.
  * Changed the way indexes (Class,File,Namespace,Groups) are rendered.
  * Changed the way member attributes (like protected, virtual, and 
    static) are rendered in the HTML output
  * more info at http://www.stack.nl/~dimitri/doxygen/changelog.html

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=50
2012-05-21 07:15:31 +00:00
Stephan Kulow
d5688490cf Accepting request 113917 from devel:tools
- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

- removing unneeded warnings.patch

OBS-URL: https://build.opensuse.org/request/show/113917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=40
2012-04-17 19:57:49 +00:00
4d0f3fe000 - updated to 1.8.0svn20120416:
* fixed crash [bnc#755402]

- updated to 1.8.0svn20120416:
  * fixed crash [bnc#755402]

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=48
2012-04-16 09:31:24 +00:00
Stephan Kulow
d1a26e3975 Accepting request 107137 from devel:tools
- 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

- 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/request/show/107137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=39
2012-02-28 13:12:28 +00:00
897c5378f0 - removing unneeded warnings.patch
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=46
2012-02-28 07:59:34 +00:00
1a8df8c24a - 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

- 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
2012-02-27 09:54:11 +00:00
Stephan Kulow
c97708242c Accepting request 96323 from devel:tools
- updated to 1.7.6.1:
   * Doxygen now reports its cache usage (for the symbol and the 
     lookup cache) at the end of a run (if QUIET=NO), and 
     recommends settings for SYMBOL_CACHE_SIZE and 
     LOOKUP_CACHE_SIZE for your project if either cache is too 
     small. 
   * Added new option LOOKUP_CACHE_SIZE to control the internal 
     cache doxygen uses to find symbols given their name and 
     a context. 
   * Python: added support for @staticmethod.
   * Python: scopes are now shown with . instead of :: 
   * id 665313: Space before @if was not preserved, causing 
     problems with inline @if .. @endif constructs.
   * id 665583: Fixed XHTML validity problem when using mscgen 
     graphs. 
   * id 665641: Fixed XHTML validity problem when 
     GENERATE_TREEVIEW was disabled. 
   * id 665720: Included patch to fix hang issue when non-empty 
     INCLUDE_PATH was used.
   * id 665778: Fixed parse issue when a comma appeared as part 
     of an enum's value. 

- 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 
     output (when GENERATE_TREEVIEW is enabled).
   * The navigation tree (GENERATE_TREEVIEW) now shows the same 
     information as the index.

OBS-URL: https://build.opensuse.org/request/show/96323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=38
2011-12-14 13:33:13 +00:00
2f9f0a17f8 - updated to 1.7.6.1:
* Doxygen now reports its cache usage (for the symbol and the 
     lookup cache) at the end of a run (if QUIET=NO), and 
     recommends settings for SYMBOL_CACHE_SIZE and 
     LOOKUP_CACHE_SIZE for your project if either cache is too 
     small. 
   * Added new option LOOKUP_CACHE_SIZE to control the internal 
     cache doxygen uses to find symbols given their name and 
     a context. 
   * Python: added support for @staticmethod.
   * Python: scopes are now shown with . instead of :: 
   * id 665313: Space before @if was not preserved, causing 
     problems with inline @if .. @endif constructs.
   * id 665583: Fixed XHTML validity problem when using mscgen 
     graphs. 
   * id 665641: Fixed XHTML validity problem when 
     GENERATE_TREEVIEW was disabled. 
   * id 665720: Included patch to fix hang issue when non-empty 
     INCLUDE_PATH was used.
   * id 665778: Fixed parse issue when a comma appeared as part 
     of an enum's value.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=42
2011-12-12 09:18:49 +00:00
74e3b63351 - 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 
     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
2011-12-05 09:58:31 +00:00
Lars Vogdt
0273b9e225 Accepting request 85814 from devel:tools
- remove arm specific patch that broke building on arm

- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/85814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=36
2011-10-02 07:57:33 +00:00
467eda7dd9 - remove arm specific patch that broke building on arm
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=38
2011-09-30 11:00:11 +00:00
Greg Kroah-Hartman
b6cd61792d Accepting request 83296 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83296
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=37
2011-09-20 15:57:54 +00:00
Sascha Peilicke
585427ea6d Accepting request 79478 from devel:tools
- update to 1.7.5.1:
  * A bug that could cause doxygen to crash on large projects was 
    fixed.

OBS-URL: https://build.opensuse.org/request/show/79478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=35
2011-08-22 13:16:36 +00:00
af5c4e0946 - update to 1.7.5.1:
* A bug that could cause doxygen to crash on large projects was 
    fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=35
2011-08-22 08:59:09 +00:00
Sascha Peilicke
80974e94ca Autobuild autoformatter for 78862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=34
2011-08-15 12:12:45 +00:00
OBS User buildservice-autocommit
a0fe480627 Updating link to change in openSUSE:Factory/doxygen revision 34.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=753a9e89aeb1c5828d5f8a31226622bf
2011-08-15 12:12:45 +00:00
Sascha Peilicke
af753b62b6 Accepting request 78862 from devel:tools
- 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
2011-08-15 12:12:36 +00:00
29117db95d OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=33 2011-08-15 10:14:22 +00:00
fe2d316d6c - 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/package/show/devel:tools/doxygen?expand=0&rev=32
2011-08-15 09:38:04 +00:00
Sascha Peilicke
8c314b4852 Autobuild autoformatter for 77207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=32
2011-07-27 14:03:04 +00:00
OBS User buildservice-autocommit
658d2e2246 Updating link to change in openSUSE:Factory/doxygen revision 32.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=dbb9c45b743b67b172c1112d8738ff89
2011-07-27 14:03:04 +00:00
Sascha Peilicke
b5c43c2d58 Accepting request 77207 from devel:tools
- remove explicit dependency on libdrm-devel (forwarded request 77184 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/77207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=31
2011-07-27 14:02:48 +00:00
5d5c1c625b Accepting request 77184 from home:dirkmueller:branches:devel:tools
- remove explicit dependency on libdrm-devel

OBS-URL: https://build.opensuse.org/request/show/77184
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=30
2011-07-27 12:49:13 +00:00
Sascha Peilicke
e7320fe607 Autobuild autoformatter for 65378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=30
2011-03-30 07:18:47 +00:00
OBS User buildservice-autocommit
d4d5b63a92 Updating link to change in openSUSE:Factory/doxygen revision 30.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=6bbbae4dcb029a0b2aba575ab9c8b281
2011-03-30 07:18:47 +00:00
Sascha Peilicke
e8fd08873a Accepting request 65378 from devel:tools
Accepted submit request 65378 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=29
2011-03-30 07:18:40 +00:00
Pascal Bleser
11f363adf0 1.7.4
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=28
2011-03-29 09:24:13 +00:00
Berthold Gunreben
9b6b78cc49 Autobuild autoformatter for 57580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=27
2011-01-10 09:37:45 +00:00
Berthold Gunreben
b2438c08d0 Accepting request 57580 from devel:tools
Accepted submit request 57580 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/57580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=26
2011-01-10 09:37:35 +00:00
Pascal Bleser
29f3fd5271 1.7.3
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=26
2011-01-04 02:17:51 +00:00
OBS User autobuild
bc5f3764b1 Autobuild autoformatter for 53053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=25
2010-11-15 16:28:27 +00:00
OBS User buildservice-autocommit
2e80a901d7 Updating link to change in openSUSE:Factory/doxygen revision 25.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=15cc7486bc727fa9b8946301b62c3922
2010-11-15 16:28:27 +00:00
Ruediger Oertel
2212129489 Accepting request 53053 from devel:tools
Accepted submit request 53053 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/53053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=24
2010-11-15 16:28:16 +00:00
f7ba215608 Accepting request 53048 from home:mseben:branches:devel:tools
Thanks Miso

OBS-URL: https://build.opensuse.org/request/show/53048
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=24
2010-11-15 15:33:20 +00:00
OBS User autobuild
0ae6e78609 Accepting request 50219 from devel:tools
Copy from devel:tools/doxygen based on submit request 50219 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/50219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=23
2010-10-11 14:47:11 +00:00
OBS User buildservice-autocommit
1910e42afc Updating link to change in openSUSE:Factory/doxygen revision 23.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=bcb1e6afa22a470b258e303dc1912632
2010-10-11 14:47:11 +00:00