News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

where can i find the API docs for cbProject.

Started by zaazbb, November 22, 2010, 09:40:30 AM

Previous topic - Next topic

zaazbb

hi, everyone.
  I want make a new wizard in codeblocks, but some functions are not clear in "Scripting commands" on wiki. I only can find that "See API docs for cbProject::GetFileByName " and so on.
  now,my question is where can i find the API docs for cbProject?? please help me. thanks.

 and,I want put my new wizard in the wizCustom type, but aways meet the error"wizard failed."and i put it in the wizProject type,it's all right. why???

oBFusCATed

The docs are in doxy format, so you can find them in the code or you could build the doxygen documentation yourself.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

zaazbb

#2
thank you very much, oBFusCATed.