I have an Objective-C project for which I'm generating documentation with appledoc. But I encountered the following problem. When a method has multiple parameters, only the first parameter is shown in method declaration part of generated document.
The following is my method.
I have an Objective-C project for which I'm generating documentation with appledoc. But I encountered the following problem. When a method has multiple parameters, only the first parameter is shown in method declaration part of generated document. The following is my method.
And what I get in the documentation is as below.
Am I missing something here?