Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: RandomTiger on November 08, 2002, 03:13:21 pm

Title: Javadoc
Post by: RandomTiger on November 08, 2002, 03:13:21 pm
Is it my imagination or did I read somewhere that the SCP is meant to be using Javadoc?
Title: Re: Javadoc
Post by: aldo_14 on November 08, 2002, 03:27:37 pm
Quote
Originally posted by RandomTiger
Is it my imagination or is the SCP meant to be using Javadoc?


As in ...oh...er.. bugger forget the syntax.  But I think i know what you mean - the sort of specially market comments that javadoc uses to create the html file with?  Preceeded by an @ sysmbol IIRC... nevr used it myself of course.....

(I checked my HD for an example, only to find a out of date - read broken - route graph program and a prolog parser...ho hum)
Title: Javadoc
Post by: RandomTiger on November 08, 2002, 03:37:10 pm
How do you get javadoc to work on a cpp file?
Title: Javadoc
Post by: aldo_14 on November 08, 2002, 03:40:03 pm
Quote
Originally posted by RandomTiger
How do you get javadoc to work on a cpp file?


Bugger knows.  I should have said I used Java for that stuff (and only actually used javadoc once...).  but I wonder if the standard java compiler could sort of shuffle out the documentation without having to actually compile the file.  Of course, it could be cross platform now - jdoc makes a hell of a lot of sense, so I wouldn;t be surprised if C++ used it.  Or even if c++ came up with the idea in the first place......
Title: Javadoc
Post by: RandomTiger on November 08, 2002, 03:41:14 pm
Hopefully Inquisitor will turn up and sort this out for me.
Title: Javadoc
Post by: RandomTiger on November 08, 2002, 03:51:42 pm
CppDoc perhaps?
Title: Javadoc
Post by: Inquisitor on November 08, 2002, 06:40:15 pm
Javadoc style comments, for use with Doxygen, which I intend to run on 3.3 when we get it tagged and released ;)

I think we have been largely ignoring it, but some Doxygen output is better than none.
Title: Javadoc
Post by: RandomTiger on November 09, 2002, 10:24:36 am
Anyway I can run it locally to see the output?
Title: Javadoc
Post by: Inquisitor on November 09, 2002, 11:00:44 am
Oh, yeah, sorry :)

http://www.stack.nl/~dimitri/doxygen/