Eneko Alonso

Results 39 comments of Eneko Alonso

Hi @erichoracek, thanks for bringing this up. I haven't looked into it, but a priori I seems like it should be possible (both Jazzy and SourceDocs extract documentation from source...

@zach-klippenstein Please try with the last SourceDocs 0.6.0 release

Interesting, will look into it. Will do a Homebrew release sometime soon.

Hi @my-mo! Apologies, I thought this issue was fixed on the last release. Will investigate. Do you have any hint on what could be causing the issue?

Interesting, thank you for the feedback. It would be great to find a few open-source Xcode projects that we can run SourceDocs against, to generate documentation. This would help finding/reproducing...

Hi @spnkr, apologies, the documentation is misleading. The package has to be built beforehand for SourceDocs to work. Please run: - `swift package build` - `sourcedocs generate ` If that...

Oh my, I meant to write `swift build`. Sorry, that should work 🙏

Thanks for the feedback and kind words, really appreciate it. 1. I'll look into documenting subscripts, seems like it was an oversight. 2. Nested types, like the enum, should be...

Thanks for the feedback, @tomerd I read #57, and found it interesting. For sure, it would be nice to support the "handler" name entered in Lambda configuration page, so a...

Might be a good idea to document terminology. For example, here we are talking about two different packages: - Swift Packages (the “project” used in Xcode) - Packages downloaded by...