Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 3rd, 2005, 1:29 PM   #11
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3 BinaryStorm is on a distinguished road
...downloaded Flex. I will see if this tool can ease my pains...
OCaml looks interesting, but their site is inaccessible at this time. I was on FreshMeat and can't download there... I'm always willing to learn new languages
I've seen that many programmers use Scheme/Fortran for more complicated things and AI programming.
Can this be acomplished by using some other (scripting)language ?
I know how to add Lua scripting in application.
BinaryStorm is offline   Reply With Quote
Old Sep 4th, 2005, 6:46 AM   #12
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3 BinaryStorm is on a distinguished road
I will browse doxygen's source. Maybe I will find something there.
BinaryStorm is offline   Reply With Quote
Old Sep 4th, 2005, 10:04 AM   #13
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
I created a program this morning, which does some programming work for me, and searches files for functions. I can PM the source to you if you want.
Polyphemus_ is offline   Reply With Quote
Old Sep 4th, 2005, 10:10 AM   #14
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3 BinaryStorm is on a distinguished road
Please... if that's not a problem, send me the source.
BinaryStorm is offline   Reply With Quote
Old Sep 4th, 2005, 10:15 AM   #15
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by BinaryStorm
Please... if that's not a problem, send me the source.
Check your PM
Polyphemus_ is offline   Reply With Quote
Old Sep 4th, 2005, 10:23 AM   #16
L7Sqr
Hobbyist Programmer
 
Join Date: Jun 2005
Location: here
Posts: 116
Rep Power: 0 L7Sqr is an unknown quantity at this point
Quote:
I will browse doxygen's source
A good idea. Always good to look at working code to better understand how to write.
However, one thing to note about doxygen (and I haven't looked at the source) is it is triggered off of syntax.
For instance
/**
 * @file filename
 */

/**< stuff to describe */

/**
 * @struct data_t
 */

/**
 * @enum option_t
 */

Those (among others) are ways the generator knows that you want to include those items. If I'm not mistaken, running doxygen on an uncommented source only produces a
<pre>
...code...
</pre>
page. I don't use doxygen extensively enough to know all the details, but beware of that when looking through the code.
__________________
"...and though our kids are blessed their parents let them shoulder all the blame."
- The Quiet Things That No One Ever Knows [BrandNew]
L7Sqr is offline   Reply With Quote
Old Sep 4th, 2005, 11:11 AM   #17
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3 BinaryStorm is on a distinguished road
Thanks Polyphemus,
I owe you.

L7Sqr,
You're not right.
If you run Doxy on any code,
it WILL make documentation.(class hierarchy, namespaces....).
Try it, you'll see.
BinaryStorm is offline   Reply With Quote
Old Sep 4th, 2005, 11:29 AM   #18
L7Sqr
Hobbyist Programmer
 
Join Date: Jun 2005
Location: here
Posts: 116
Rep Power: 0 L7Sqr is an unknown quantity at this point
I was curious, so I did.
I have a directory with 8 files 4 each of C and C++.
from the command prompt I run:
$ doxygen -g Doxyfile
(output clipped)
$ doxygen Doxyfile
(output clipped)

And, while the html and latex directories were indeed created the index.html file is an empty page.

Adding
/**
 * @file <filename>
 */
produced a browseable file list.

So, you do need a trigger, albiet just a small one.
Seems I WAS mistaken regarding the output. Looks like doxygen will provide some usefull ideas.
__________________
"...and though our kids are blessed their parents let them shoulder all the blame."
- The Quiet Things That No One Ever Knows [BrandNew]
L7Sqr is offline   Reply With Quote
Old Sep 4th, 2005, 12:45 PM   #19
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3 BinaryStorm is on a distinguished road
I use doxygen all the time.
It's much easier to browse .htm(l) files that .c(pp).
BinaryStorm is offline   Reply With Quote
Old Sep 18th, 2005, 4:36 AM   #20
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3 BinaryStorm is on a distinguished road
Just wanna say that I found solution....
Here's the link if anyone needs that kind of thing -> http://www.flipcode.com/articles/scr..._issue02.shtml .

You were right, L7Sqr. I need Flex for this...
BinaryStorm is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:33 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC