Uh oh!
There was an error while loading. Please reload this page.
Add php docs build script - #22432
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
ChristophWurst
commented
Aug 26, 2020
This looks amazing! |
rullzer
commented
Aug 26, 2020
@juliushaertl could you make sure that OC things don't get indexed? We don't want people using that ;) |
juliusknorr
commented
Aug 26, 2020
Yep, I'll have another look. Seems mainly caused by invalid |
rullzer
commented
Aug 26, 2020
ah then we just fix those :) |
https://nextcloud-server.netlify.app/packages/ocp-appframeworkanyapplicationmustinheritthiscall 😂 (Nothing wrong with it. I just laughed about the long package name) |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Pushed a fix. As a general thing I think we could just drop all https://docs.phpdoc.org/latest/references/phpdoc/tags/package.html
Since we don't introduce any different structure removing them will make the docs output a lot cleaner with out having duplicated hierarchies. |
ChristophWurst
commented
Aug 26, 2020
I think we only have them because phpstorm adds those when you create a new class |
kesselb
commented
Aug 26, 2020
server/lib/public/App/ManagerEvent.php Line 32 in cb2695d Mind to remove? To fix App and APP. |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
juliusknorr
commented
Aug 26, 2020
Pushed a commit to remove all the |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32344: failureacceptance-app-files
Show full log |

For nextcloud/documentation#1782
Adds a build script to build php api documentation on netlify using phpDocumentor. A preview can be found at https://nextcloud-server.netlify.app/