Builder doxygen-solaris10-i386 Build #3773
Results:
Failed shell shell_1 shell_2
SourceStamp:
| Project | doxygen |
| Repository | https://github.com/doxygen/doxygen.git |
| Branch | master |
| Revision | 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b |
| Got Revision | 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b |
| Changes | 2 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 8 secs )
-
shell_1 'gmake' failed ( 0 secs )
-
shell_2 'gmake tests' failed ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/doxygen-solaris10-i386 | slave |
| buildername | doxygen-solaris10-i386 | Builder |
| buildnumber | 3773 | Build |
| codebase | Build | |
| got_revision | 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b | Git |
| project | doxygen | Build |
| repository | https://github.com/doxygen/doxygen.git | Build |
| revision | 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b | Build |
| scheduler | schedule-doxygen-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/doxygen-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Dimitri van Heeschdoxygen@gmail.com
- albert-githubalbert.tests@gmail.com
Timing:
| Start | Thu May 21 21:32:46 2026 |
| End | Thu May 21 21:33:00 2026 |
| Elapsed | 13 secs |
All Changes:
:
Change #267980
Category doxygen Changed by albert-github <albert.tests@gmail.com> Changed at Wed 20 May 2026 12:00:48 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision e6c064593b3ca386527ef47e8b87f54ef01d4d53 Comments
Incorrect handling of `\exception` command in markdown When having a construction like: ``` \exception docu backtick plain `std::runtime_error` ``` this is properly rendered in doxygen 1.9.1, though with doxygen 1.9.6 and the current doxygen version (1.17.0) we see that the backticks are still present (and the content is not proerly rendered. With doxygen 1.9.6 we weven get a warning like: ``` warning: explicit link request to 'runtime_error' could not be resolved ``` The handling of the `\exception` command was incorrect (now analogous to the `\throw` command.
Changed files
- src/markdown.cpp
Change #267981
Category doxygen Changed by Dimitri van Heesch <doxygen@gmail.com> Changed at Thu 21 May 2026 21:22:22 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision 11e4cfbe5fd4af7bae2300137eeb26bbe62d825b Comments
Merge pull request #12172 from albert-github/feature/bug_exception_md Incorrect handling of `\exception` command in markdown
Changed files
- no files