scribe icon indicating copy to clipboard operation
scribe copied to clipboard

Separate source code from documentation

Open roke22 opened this issue 1 year ago • 0 comments

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

roke22 avatar Sep 02 '24 12:09 roke22