Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Cannot find Documentation build target #22

Open
Isuru-Nanayakkara opened this issue Nov 28, 2013 · 4 comments
Open

Cannot find Documentation build target #22

Isuru-Nanayakkara opened this issue Nov 28, 2013 · 4 comments

Comments

@Isuru-Nanayakkara
Copy link

Hi,
thanks for the great control. I cannot seem to find the 'Documentation' build target to generate the docs. I have successfully installed Doxygen.

Can you please tell me where to select the build targets in Xcode 5?

Thanks

@epreston
Copy link
Owner

Hey there, I removed the documentation build target when implementing continuous integration builds with Jinkins. I'll put it back in after I'm done cleaning up the directory structure and examples.

If you want to add it into your build now, check out one of my other iOS projects. They have the "documentation" custom build target that you can use as an example.

@Isuru-Nanayakkara
Copy link
Author

Thanks for a quick response.
I see. But can it be used to view the documentation of PSTreeGraph? I haven't used Doxygen before so I'm a little clueless.

Oh and one more thing. Is it possible to use PSTreeGraph in an iPhone app?

@epreston
Copy link
Owner

Doxygen is a command line tool that generates HTML documentation from the code. It uses a configuration file and some specail syntax in the code comments to put things together. Its a great tool and worth spending some time to learn.

Sure, you can use it in an iPhone app. It has views sized for iPads now, your sub-classes could be any size you like.

@Isuru-Nanayakkara
Copy link
Author

I just downloaded one of your other projects and tried out generating docs using Doxygen :) I will definitely look in to it more.
Ah that's good to know. I will check back again but if its possible, can you leave a comment here once you add the Documentation build target to PSTreeGraph? Thanks for the help btw.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants