Skip to content
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

The method declaration line break #656

Open
ErazerControl opened this issue Jun 27, 2022 · 1 comment
Open

The method declaration line break #656

ErazerControl opened this issue Jun 27, 2022 · 1 comment

Comments

@ErazerControl
Copy link

Hi, AppleDoc,
Current, the doc generated by appledoc show the method declaration as below
image

But I hope it has line break after every paramet, like apple official doc. How can I do?
image

@tomaz
Copy link
Owner

tomaz commented Jun 28, 2022

It's been a long time since I've touched this code base and also since I last wrote a line of code in any Apple language, so writing generally - take a look at parsing and data storage code to first see if it already parses and stores indovidual method parameters (I think it should). Then take a look at output generation code, you'll need to replace the part where method declaration is generated with your code which will output newlines. If I remember correctly output generation uses templates so you'll need to change both, the template and code that generates the data for it.

You can open the project in Xcode, set cmd line parameters for debugger and breakpoint and run it to investigate the data during runtime. It will be the simplest way to get familiar with the code and later change it.

Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants