On Fri, Mar 28, 2008 at 08:47:45AM +0100, Abdelrazak Younes wrote:
> [EMAIL PROTECTED] wrote:
>
>> -/** Used to insert bibitem's information (key and label)
>> +/////////////////////////////////////////////////////////////////////////
>> +//
>> +// InsetBibItem
>> +//
>> +/////////////////////////////////////////////////////////////////////////
>>  -  Must be automatically inserted as the first object in a
>> -  bibliography paragraph.
>> -  */
>> -class InsetBibitem : public InsetCommand {
>> +/// Used to insert bibitem's information (key and label)
>> +
>> +//  Must be automatically inserted as the first object in a
>> +//  bibliography paragraph.
>> +class InsetBibitem : public InsetCommand
>> +{
>
> Andre',
>
> You are broking the doxygen tags. The style is more or less uniform in the 
> code:
>
> /// Short Description.
> /**
>   Long description...
>   */

Ah... I thought  /// and /**...* were equivalent.

Sorry.

Andre'

Reply via email to