Author Topic: where can i find the API docs for cbProject.  (Read 3862 times)

Offline zaazbb

  • Multiple posting newcomer
  • *
  • Posts: 14
where can i find the API docs for cbProject.
« 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???
« Last Edit: November 22, 2010, 10:03:03 am by zaazbb »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: where can i find the API docs for cbProject.
« Reply #1 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.
(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!]

Offline zaazbb

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: where can i find the API docs for cbProject.
« Reply #2 on: November 22, 2010, 09:58:13 am »
thank you very much, oBFusCATed.
« Last Edit: November 22, 2010, 10:03:51 am by zaazbb »