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

How to regenerate doc when typedef NS_ENUM changed #609

Open
jefby opened this issue Apr 20, 2017 · 2 comments
Open

How to regenerate doc when typedef NS_ENUM changed #609

jefby opened this issue Apr 20, 2017 · 2 comments

Comments

@jefby
Copy link

jefby commented Apr 20, 2017

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
Copy link

I have same question

@tomaz
Copy link
Owner

tomaz commented Dec 3, 2021

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

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

3 participants