scribe
scribe copied to clipboard
Separate source code from documentation
Scribe version
4.3
Your question
Hello, We want to separate the source code from the documentation, would it be possible to put all the source code in a src folder and then all the documentation in the doc folder? Some controllers are very long with the documentation and the idea is to have all this divided so as not to have files of 1000 lines. We know that response can be put outside but can be done for all documentation. For example:
MyController.php
/*
* @doc doc/MyControllerDocumentation.php
* /
public function myEndpoint()
So all the documentation is in MyControllerDocumentation.php
Thank you.
Docs
- [X] I've checked the docs, the troubleshooting guide, and existing issues, but I didn't find a solution