appledoc icon indicating copy to clipboard operation
appledoc copied to clipboard

How to regenerate doc when typedef NS_ENUM changed

Open jefby opened this issue 7 years ago • 2 comments

Hi, we use command appledoc --project-name TestProject --project-company TestCompany ./ to generate document, when we changed the typedef NS_ENUM content, it can't update, just ignore.

WARN | Ignoring typedef enum xxx, already defined.

My question is how to update.

jefby avatar Apr 20 '17 01:04 jefby

I have same question

edwardGG avatar Nov 30 '21 02:11 edwardGG

Hi! It's been several years since I moved off Apple platforms. So what I'd suggest is to open the project in Xcode, add a breakpoint to the line where above message is generated, run it on your sources and let it hit the breakpoint. Then start from there and slowly move backwards until you arrive to the source of the problem...

tomaz avatar Dec 03 '21 18:12 tomaz