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

Scale to big projects #77

Open
duckie opened this issue Dec 12, 2014 · 1 comment
Open

Scale to big projects #77

duckie opened this issue Dec 12, 2014 · 1 comment

Comments

@duckie
Copy link

duckie commented Dec 12, 2014

I'm trying to run cldoc on a quite big project and there is a big issue here. I have to generate all of the documentation in one call to the tool.

This is hard on resources for the machine, since cldoc loads everythong in the RAM. This is annoying for the developer, since any failure in the process means re-generate everything. The other issue is that the compiler options and flags often change from one directory to another.

What would be great would be to generate the xmls of subdirectories, then having a way from cldoc to concatenate those then generate the full web app.

What do you think ?

@jessevdk
Copy link
Owner

Yes, these situations are currently not really handled well with cldoc. There are some other things that would be nice, like only rebuilding docs for things that have actually changed since the last time (incremental build). Unfortunately this will require some significant changes. I don't see any immediate obstacles, apart from time :)

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