-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions support on Global namespace very limited #38
Comments
Thanks, this will be improved |
Should be fixed in latest dev phar, could you test it ?
|
Thanks for the fixes. I tested with the latest version and I can now see links to the source code, which is awesome. I think that it still lacks (when comparing to output from class methods for example):
I'm testing with this repo: https://github.com/fjgarlin/phpdocs_generators/tree/main |
Hi @fjgarlin
This is now supported since 61abad3 You may run into #39 but this is quite a rare edge case from what I know
This is still to do, that would probably be for another release to not block the pile of things |
Thanks @williamdes - I can confirm that the search now works for functions: |
🎉 https://github.com/code-lts/doctum/releases/tag/v5.5.0 Some work is left but this will be a good starting point |
I retested everything and can see the new additions, great work! |
When there are global functions in the code:
You can reproduce generating documentation for any repository with procedural programming (at least part of the code).
See example here:
The text was updated successfully, but these errors were encountered: