Author Topic: using Code::Blocks  (Read 3241 times)

Offline newuser

  • Single posting newcomer
  • *
  • Posts: 2
using Code::Blocks
« on: October 03, 2014, 12:43:13 pm »
As a very very new user (download via future-learn) what is the purpose and how do I use doxyblocks etc.  :) I only have a limited knowledge of 'C'

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: using Code::Blocks
« Reply #1 on: October 03, 2014, 01:15:37 pm »
Doxyblocks is a Code::Blocks plugin, allowing you to run Doxygen from within C::B. It is for generating documentation of your code. Read about it at its own site. As for learning C or C++, read a book or take a programming course, or both.

Offline newuser

  • Single posting newcomer
  • *
  • Posts: 2
Re: using Code::Blocks
« Reply #2 on: October 03, 2014, 01:42:12 pm »
I cannot seem to get doxygen to work. Could I have made an error in its installation?

Offline RoestVrijStaal

  • Single posting newcomer
  • *
  • Posts: 5
Re: using Code::Blocks
« Reply #3 on: October 06, 2014, 07:56:27 pm »
I cannot seem to get doxygen to work. Could I have made an error in its installation?
Please tell (in detail) what you did to install it.

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: using Code::Blocks
« Reply #4 on: October 06, 2014, 09:50:32 pm »
I cannot seem to get doxygen to work. Could I have made an error in its installation?
Did you install doxygen? It's a separate package in case you don't know.