tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.19k stars 645 forks source link

How to regenerate doc when typedef NS_ENUM changed #609

Open jefby opened 7 years ago

jefby commented 7 years ago

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.

edwardGG commented 2 years ago

I have same question

tomaz commented 2 years ago

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...