Commit Graph

33 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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 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
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
OBS User autobuild
67b6ae62ba Accepting request 50219 from devel:tools
checked in (request 50219)

OBS-URL: https://build.opensuse.org/request/show/50219
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=23
2010-10-11 14:47:07 +00:00
f15ea0efdd - 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.
  * 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
2010-10-11 14:08:58 +00:00
OBS User buildservice-autocommit
8af95f4277 Updating link to change in openSUSE:Factory/doxygen revision 22.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=105ffd8bd3010795acc758dfc15511ff
2010-09-23 21:53:10 +00:00
OBS User buildservice-autocommit
07690b3ed3 Updating link to change in openSUSE:Factory/doxygen revision 21.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=b55b4591ce935483ce0b3dfd53d2d9bd
2010-08-03 13:17:04 +00:00
OBS User autobuild
c7395db6bb Accepting request 44230 from devel:tools
checked in (request 44230)

OBS-URL: https://build.opensuse.org/request/show/44230
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=17
2010-07-30 10:41:43 +00:00
Pascal Bleser
d999b064ae 1.7.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=16
2010-06-25 19:02:05 +00:00
Pascal Bleser
9a8c06e3fb 1.7.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=15
2010-06-15 15:01:06 +00:00
OBS User autobuild
43ec11d6a2 Accepting request 33026 from devel:tools
Copy from devel:tools/doxygen based on submit request 33026 from user mseben

OBS-URL: https://build.opensuse.org/request/show/33026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=16
2010-02-24 01:00:28 +00:00
OBS User autobuild
1d757505cf Accepting request 28036 from devel:tools
Copy from devel:tools/doxygen based on submit request 28036 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/28036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=15
2010-01-08 16:30:01 +00:00
OBS User unknown
1c4a87bc33 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=13 2009-07-03 14:58:05 +00:00
OBS User unknown
b85473dd24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=12 2009-05-06 16:37:44 +00:00
OBS User unknown
5eea6b4e5e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=11 2009-02-09 11:29:16 +00:00
OBS User unknown
837cfaa50c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=10 2009-01-13 17:42:16 +00:00
OBS User unknown
41db1ffb62 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=9 2008-07-18 20:24:33 +00:00
OBS User unknown
c4b221d0f7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=8 2008-02-28 00:54:14 +00:00
OBS User unknown
f95afaa64c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=7 2007-10-31 15:52:10 +00:00
OBS User unknown
272ac2badd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=6 2007-07-27 11:03:48 +00:00
OBS User unknown
4597ccdd34 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=5 2007-04-12 15:14:04 +00:00
OBS User unknown
be2fa87697 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=4 2007-04-05 22:36:17 +00:00
OBS User unknown
22598810e9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=3 2007-03-29 11:58:33 +00:00
OBS User unknown
dde0a1229e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=2 2007-02-06 23:27:23 +00:00
OBS User unknown
87d71fd9c6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=1 2007-01-15 23:10:37 +00:00