I wanted to replace Sami with Doctum for my API documentation and it looked easy enough. But now I noticed that Doctum seems to always return with exit code 64. I also tested it with the Laravel API documentation (as defined here) and it also returns with exit code 64:
$ php doctum.phar update doctum.php; echo $?
Updating project
Version 5.5
------------
Version 5.8
------------
Version 6.x
------------
Version 7.x
------------
Version 8.x
------------
Version master
---------------
Version Updated C Removed C
5.5 0 0
5.8 0 0
6.x 0 0
7.x 0 0
8.x 0 0
master 0 0
Version Updated C Updated N Removed C Removed N
5.5 0 0 0 0
5.8 0 0 0 0
6.x 0 0 0 0
7.x 0 0 0 0
8.x 0 0 0 0
master 0 0 0 0
64
The documentation seems to be generated just fine in any case. It's just the exit code that bothers me (and my build pipeline).
I wanted to replace Sami with Doctum for my API documentation and it looked easy enough. But now I noticed that Doctum seems to always return with exit code 64. I also tested it with the Laravel API documentation (as defined here) and it also returns with exit code 64:
The documentation seems to be generated just fine in any case. It's just the exit code that bothers me (and my build pipeline).