Code::Blocks Forums

User forums => Help => Topic started by: zaazbb on November 22, 2010, 09:40:30 am

Title: where can i find the API docs for cbProject.
Post by: zaazbb on November 22, 2010, 09:40:30 am
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???
Title: Re: where can i find the API docs for cbProject.
Post by: oBFusCATed on November 22, 2010, 09:49:06 am
The docs are in doxy format, so you can find them in the code or you could build the doxygen documentation yourself.
Title: Re: where can i find the API docs for cbProject.
Post by: zaazbb on November 22, 2010, 09:58:13 am
thank you very much, oBFusCATed.