pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 20 08:05:29 UTC 2024

Modified Files:
        pkgsrc/devel/doxygen: Makefile distinfo

Log Message:
doxygen: updated to 1.12.0

Release 1.12.0

(release date 07-08-2024)

Features

Adding "engine" chen and chronology for plantuml
Also allow backticks to be combined with emphasis in Markdown

Bug fixes

Inheritance by non-documented classes shows the name of the undocumented class
Protected inherited members not documented in derived class if protected functions in base class is not documented
Plantuml parse error,,,
Possible to get enum values in the Enumeration Type documentation,
markdown: account for punctuation chars before emphasis
markdown: account for quotation marks before emphasis
include command via ALIASES does not work anymore (snippetdoc) and
markdown: allow italizing parentheses
Two relates group generates warning: found multiple \relates, \relatesalso or \memberof commands in a comment block, using last definition
Exiting with exit code 1, no warnings, no errors when executed on Github Action
semi-colon after a formula causes error
Incorrect warning about Objective-C Category method not being documented,
Commands defined via ALIASES tag have an extra space after value
Improve Markdown Support - blockquotes with special markers parse wrongly and
Topics page lists modules but no descriptions
Unable to resolve reference to 'some/path/README.md' for \ref command
Cite command creates case sensitivity on name
base class function in code block no longer linked if the code block contains a derived class definition calling the base class function in Doxygen 1.9.5 or later
Doxywizard Font Size Rendering Problem on 4k HiRes Monitors
Setting JAVACC_CHAR_TYPE
message: [generated]:8: warning: invalid argument for command '\iline'
\snippet{doc} tag in Doxygen v1.11 adds incorrect paragraph with a break before snippet text,,,,
unexpected token TK_COMMAND_BS as the argument of `\ifile`,
Doxygen replaces # by ::
ASSERT(0) in docnode.cpp,,
Computing class inheritance relations -> segmentation fault when run against vulkan-hpp headers
Bad namespace handling with 'using namespace::member' syntax
Java Package Lists does not include nested packages
HTML comment affects output
Bad indent for list embedded in <dd> in man output
Capability to render GitHub flavor Markdown comments
Support of special HTML comments
Variadic macro expansion with comments
std:: hypertext link if a class documents std() function,
C++ specialization: warning: explicit link request could not be resolved.
\ref command does not respect "text" field for template classes in Doxygen 1.10.0 - trunk
Improvement of end of paragraph detection
Derived class documention no longer contains related functions using protected inheritance on Doxygen trunk
attribute is repeated twice in python
dontinclude pattern find itself
Doxygen 1.11.0 for macOS reports 'sh: latex: command not found',
Incorrect linking in C++ code
bison: error: '%name-prefix' and '%define api.prefix' cannot be used together
@snippetdoc not support multi lines
Automatic link for macro defined in different header file no longer generated
Build issue: Build picks up wrong git info
How to tell Doxygen to process an #include within a class definition,
Cannot read properties of undefined (reading 'css') (resize.js:64)
Unable to get property 'style' of undefined or null reference
Automatic link to typedef no longer generated if typedef declared twice
compound.xsd is missing types for some elements
Faulty xml generated when markdown header is too deep
In Doxygen 1.11.0, Include Graphs are not made for Java
Faulty xml generated when markdown header is too deep.,,,
extra WS in @brief docu block break layout
Illegal command '\ifile' found as part of a title section
The body of a macro entirely defined on 1 line gets sucked into the synopsis
HTML: Interactive SVG "viewHeight" is not defined
Prevent extra scrollbar in HTML output when using Firefox and
xmllint error in combination with addindex command
Files stayed in RTF directory
Remove temporary file
Warning in case of `0.` as start of a list.
With the simple file ``` /// \file ``` and setting ``` GENERATE_RTF=YES ``` we get in the messages a number of times the message: ``` Style 'Heading6' redefines \s5. ```
Python class vaiables type and initial value
Fix buffer overflow in Markdown parser
Add code coloring for Fortran RANK statement
Fixed a number of coverity warnings and
[fix] multithreading issue with ModuleManager
fix: use correct option name with system sqlite3
Missing filename for tag warnings
Stop showing classes and concepts in namespace list

Improved user feedback and documentation

Document all possible values of dir attribute in param command, and
made row of asterisks same length to align them,
Spelling correction and
Redirecting link corrected
Debug output for layout file
Enable additional asserts in debug builds
Setup for doxygen documentation

Refactoring and cleanup

Changed debug mode define to avoid linker issues on macOS
Selection possibility of values from an enum (class) by means of `is_any_of`
Use CMake's FindIconv
Improve readability of codebase
Cleanup `Doxygen::terminating`
Better type safety of enums and
Refactoring: Remove mutable from DotNode's m_written member variable
Refactoring: Remove unneeded mutable for MemberDefImpl::m_annScope
Refactoring: reduce lock contention when adding cross references
Refactoring: reduce lock contention when reading code fragments
Refactoring: reduce lock contention when writing tooltips
Refactoring: remove avoidable const_cast's
Refactoring: remove mutable from DefinitionAliasImpl
Refactoring: remove unneeded const_cast's
Refactoring: remove unused resolveAlias() method from ClassDef/ConceptDef
Refactoring: Make MemberTypeList a class instead of enum with bit mask
Prepare CMakeLists.txt for using mutrace (Linux only)


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/devel/doxygen/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/doxygen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/doxygen/Makefile
diff -u pkgsrc/devel/doxygen/Makefile:1.188 pkgsrc/devel/doxygen/Makefile:1.189
--- pkgsrc/devel/doxygen/Makefile:1.188 Wed May 29 16:32:00 2024
+++ pkgsrc/devel/doxygen/Makefile       Tue Aug 20 08:05:29 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.188 2024/05/29 16:32:00 adam Exp $
+# $NetBSD: Makefile,v 1.189 2024/08/20 08:05:29 adam Exp $
 
-DISTNAME=      doxygen-1.11.0.src
+DISTNAME=      doxygen-1.12.0.src
 PKGNAME=       ${DISTNAME:S/.src//}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://doxygen.nl/files/
 

Index: pkgsrc/devel/doxygen/distinfo
diff -u pkgsrc/devel/doxygen/distinfo:1.81 pkgsrc/devel/doxygen/distinfo:1.82
--- pkgsrc/devel/doxygen/distinfo:1.81  Mon May 27 12:36:13 2024
+++ pkgsrc/devel/doxygen/distinfo       Tue Aug 20 08:05:29 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.81 2024/05/27 12:36:13 adam Exp $
+$NetBSD: distinfo,v 1.82 2024/08/20 08:05:29 adam Exp $
 
-BLAKE2s (doxygen-1.11.0.src.tar.gz) = f49ef4b43639a077df88512bbf8728061b669286ae1c825b1871ddb41eccf444
-SHA512 (doxygen-1.11.0.src.tar.gz) = 54f4a15e459d1d9cc3b4f021b5264191146bd8e0e780b57c4c31f4f9dcbfc7fe7a9db58e8cda4c6df1b4b354dd432dac0b3089fd547afe7cbe313771b2c6aaa4
-Size (doxygen-1.11.0.src.tar.gz) = 8447729 bytes
+BLAKE2s (doxygen-1.12.0.src.tar.gz) = cba8df7ded315a310bf5698172d2ef54d27425df10735c4db0b16b8267e2ee91
+SHA512 (doxygen-1.12.0.src.tar.gz) = e407e29c5e232e1f8dca291dd2d00b1dd400be709400225339408fad2cd758563b69f290cbd7c0efeb76b1335c4672fb1d6d580b9e6ed570708cf9b7d78951b1
+Size (doxygen-1.12.0.src.tar.gz) = 8472577 bytes
 SHA1 (patch-deps_filesystem_filesystem.hpp) = cab313f9b520db2764f611b117b21c5d6cc43741
 SHA1 (patch-src_dirdef.cpp) = bcf5c4cbc6d94673a0e39b2887d1c3498544976d



Home | Main Index | Thread Index | Old Index