[flexcoders] Comments in source code

2005-12-09 Thread Ralf Rottmann
I wonder: Are there any specific rules for comments which might help to automatically assemble code doc later? Anything like // @Parameters: intheNumber:Number The number of loops to be done ? Ralf Rottmann | Director Sales Marketing VoicInt Telecommunications GmbH |

RE: [flexcoders] Comments in source code

2005-12-09 Thread Ralf Rottmann
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Comments in source code you can use html comments in the mxml code: !--- @Author:xxx --- in Actionscript it's gonna be // forcommenting lines and /* */ for commenting blocks. Philippe From

RE: [flexcoders] Comments in source code

2005-12-09 Thread Nick Weekes
Of Ralf RottmannSent: 09 December 2005 11:40To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments in source code Thanks Philippe, I was aware of the two comment styles, my question was more about comment conventions which might be used to automatically craft dev docs in a later

RE: [flexcoders] Comments in source code

2005-12-09 Thread Steven Webster
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick WeekesSent: 09 December 2005 11:45To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Comments in source code Ralf, do you meanthe Visual Studio ability to generate html pages from code comments, which

RE: [flexcoders] Comments in source code

2005-12-09 Thread Philippe Maegerman
/2005 12:39 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Comments in source code Thanks Philippe, I was aware of the two comment styles, my question was more about comment conventions which might be used to automatically craft dev docs in a later version. Ralf Rottmann