Commit Graph

52 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
f302010c0e Accepting request 46588 from home:elvigia:branches:devel:tools
Copy from home:elvigia:branches:devel:tools/doxygen via accept of submit request 46588 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/46588
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=20
2010-08-30 11:15:04 +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
Stephan Kulow
b0bec816d8 Accepting request 44348 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/doxygen via accept of submit request 44348 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/44348
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=18
2010-08-02 10:27:05 +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
3a0cc5ee21 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=17 2010-03-18 14:43:16 +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