Open Isuru-Nanayakkara opened 10 years ago
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.
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?
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.
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.
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