Re: [crossfire] Code Doxygenification

2007-01-03 Thread Nicolas Weeger (Laposte)
Hello. Having thought some, I suggest we try to have all documentation (including the doc/Developers directory) regrouped into Doxygen. Unless I'm mistaking, we can ask Doxygen to include some information from external sources, so it shouldn't be hard to merge eg object types, and such. Also,

Re: [crossfire] Code Doxygenification

2006-12-29 Thread Nicolas Weeger (Laposte)
Hello. I just did all files in the common/ subdirectory :) (fixed indent and comments) Ok, i didn't comment *all* parameters, i did feel stupid for writing obvious things. But resulting documentation looks nice ^_- Now, I warn you: I will track and hang, after some smacking, anyone committing

Re: [crossfire] Code Doxygenification

2006-12-27 Thread Nicolas Weeger (Laposte)
Agreed. One thing we should perhaps check is if the terms of use for the sf.net compile farm/shell server allows us to run doxygen on it, not really sure it would but it would be nice if we could. If nobody else is able to, I could run a nightly cron job (which won't run unless the doxygen

Re: [crossfire] Code Doxygenification

2006-12-27 Thread Mark Wedel
Nicolas Weeger (Laposte) wrote: Agreed. One thing we should perhaps check is if the terms of use for the sf.net compile farm/shell server allows us to run doxygen on it, not really sure it would but it would be nice if we could. If nobody else is able to, I could run a nightly cron job (which

Re: [crossfire] Code Doxygenification

2006-12-27 Thread Alex Schultz
Mark Wedel wrote: IIRC, the sourceforge folks only want the compile farm used for interactive use - no cron jobs, etc. Plus I seem to recall some odd things regarding access to web area (or maybe it was SVN) from the compile farm itself - something with it being inside the sourceforge

Re: [crossfire] Code Doxygenification

2006-12-26 Thread Mark Wedel
I think that the proposed changes are fine. Updating the functions as they are changed or other nearby functions are changed works, but the end result is that it means it can take a very long time for all the functions to be documented. And if the goal/hope is to have some coherent

Re: [crossfire] Code Doxygenification

2006-12-26 Thread Alex Schultz
Mark Wedel wrote: OTOH, doing this cleanup or indentation fixes is something that can be done in small doses. I know that for myself, if I only have 30 minutes to spend, I may not going on a coding project, knowing I will be unable to finish it in that time. However, I could

Re: [crossfire] Code Doxygenification

2006-12-25 Thread Christian Hujer
Hi, On Sunday 24 December 2006 10:09 Nicolas Weeger (Laposte) wrote: Another thing, is that in order to link to global variables or global typedefs in doxygen comments, one needs to write it as either ::foobar or as #foobar. Personally I don't like either much, but we should decide which

Re: [crossfire] Code Doxygenification

2006-12-24 Thread Nicolas Weeger (Laposte)
Hi :) So does anyone have any objections to 'doxygenificaiton' of the code? :) None here, quite the opposite :) Use Javadoc style comments as opposed to QT style comments. IMHO it's easier on the eyes. For example: /** * This does foobar */ and *not*: /*! * This does foobar */

[crossfire] Code Doxygenification

2006-12-23 Thread Alex Schultz
Hi everyone, So does anyone have any objections to 'doxygenificaiton' of the code? :) Also, we need to agree on a standard form of doxygen comments to use as there are a few different syntax variations it accepts. In addition, if we do agree that the code should be 'doxygenificatated', I think it