News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks & DOxygen

Started by jmccay, September 26, 2007, 03:19:03 AM

Previous topic - Next topic

jmccay

I am playing around with DOxygen and Graphviz on Windows.  I generated some documentation files.  I broke it into 3 parts.  It is not the complete project.  I need to find a good tutorial for DOxygen.  Either way I want to share this experiment with all the developers in case it is actually useful.  The files were from last nights (9/24/2007) source code.  I don't remember the exact time.  What does everyone think of this?
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

jmccay

#1
part 2
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

jmccay

#2
part 3
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Game_Ender

What did you use to compress them?  My p7zip install on Ubuntu 7.04 doesn't seem to like it:me@my_machine:/tmp/docs$ 7zr t CodeBlocks-Doc-001.7z

7-Zip (A) 4.43 beta  Copyright (c) 1999-2006 Igor Pavlov  2006-09-15
p7zip Version 4.43 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)

Processing archive: CodeBlocks-Doc-001.7z

Error: CodeBlocks-Doc-001.7z is not supported archive


Jan van den Borst

No luck in Total commander also.
Jan

jmccay

Sorry, I tried to break the archive up using a nonstandard size.  I didn't test it.  This time I broke it up the old fashioned (& harder way).  I copied the files to different directories, and I tested it.  I got back the same number of objects (81).  Try #2.

jmccay

[attachment deleted by admin]
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

jmccay

part 2

[attachment deleted by admin]
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

jmccay

Part 3.

Last part, and hopefully it works this time.  Sorry for the previous problems.
jmccay

[attachment deleted by admin]
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

jmccay

Has anyone looked at these who knows more about Code::Blocks?  I was wondering what others thought about them.  Are they usefull?
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Biplab

Quote from: jmccay on September 27, 2007, 11:33:31 PM
Has anyone looked at these who knows more about Code::Blocks?  I was wondering what others thought about them.  Are they usefull?
jmccay

We do provide official sdk doc. It can be downloaded from the following link.
Quotehttp://prdownload.berlios.de/codeblocks/codeblocks_sdk_doc_r4240.chm

This is a bit older though. ;)
Be a part of the solution, not a part of the problem.

MortenMacFly

#10
Quote from: Biplab on October 04, 2007, 06:34:38 PM
This is a bit older though. ;)
I'm on it... stay tuned...
Edit: Done.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna


Biplab

Be a part of the solution, not a part of the problem.

jmccay

#13
Sorry, I didn't realize that it already existed.  I just did some searching and found it on the Project Page.  That's good to know it already exists.  I added a link on the wiki page un Developer Documentation to link to the project page for the SDK Documentation.  The one I generated was the entire project I believe, but this is better because there is not all the extra stuff.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Biplab

Quote from: jmccay on November 04, 2007, 10:40:19 PM
Sorry, I didn't realize that it already existed.  I just did some searching and found it on the Project Page.  That's good to know it already exists.  I added a link on the wiki page un Developer Documentation to link to the project page for the SDK Documentation.

It's Ok. I wanted to save your time by redirecting to the existing doc. ;)

Quote from: jmccay on November 04, 2007, 10:40:19 PM
The one I generated was the entire project I believe, but this is better because there is not all the extra stuff.

I do generate sdk doc for other parts of C::B which is required for the development of C::B. :)
Be a part of the solution, not a part of the problem.