![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programmer
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3
![]() |
...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. |
|
|
|
|
|
#12 |
|
Programmer
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3
![]() |
I will browse doxygen's source. Maybe I will find something there.
![]() |
|
|
|
|
|
#13 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
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.
|
|
|
|
|
|
#14 |
|
Programmer
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3
![]() |
Please... if that's not a problem, send me the source.
![]() |
|
|
|
|
|
#15 | |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
Quote:
![]() |
|
|
|
|
|
|
#16 | |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: here
Posts: 116
Rep Power: 0
![]() |
Quote:
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] |
|
|
|
|
|
|
#17 |
|
Programmer
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3
![]() |
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. |
|
|
|
|
|
#18 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: here
Posts: 116
Rep Power: 0
![]() |
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> */ 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] |
|
|
|
|
|
#19 |
|
Programmer
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3
![]() |
I use doxygen all the time.
It's much easier to browse .htm(l) files that .c(pp). |
|
|
|
|
|
#20 |
|
Programmer
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 3
![]() |
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... ![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|