Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
This commit is contained in:
@@ -72,10 +72,8 @@ const int Cell::ALIGNMENT_VERTICAL = 0xf0;
|
||||
|
||||
/**
|
||||
* Construct a CellContent object.
|
||||
*
|
||||
* @param _row The row of the cell in the spreadsheet that contains is.
|
||||
* @param _col The column of the cell in the spreadsheet that contains is.
|
||||
* @param _owner The spreadsheet that owns this cell.
|
||||
* @param _address The adress of the caell
|
||||
* @param _owner The spreadsheet that owns this cell.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -758,7 +756,7 @@ std::string Cell::encodeAlignment(int alignment)
|
||||
}
|
||||
|
||||
/**
|
||||
* Encode \a color as a #rrggbbaa string.
|
||||
* Encode \a color as a \#rrggbbaa string.
|
||||
*
|
||||
* @param color Color to encode.
|
||||
*
|
||||
@@ -805,7 +803,7 @@ std::string Cell::encodeStyle(const std::set<std::string> & style)
|
||||
}
|
||||
|
||||
/**
|
||||
* Decode a string of the format #rrggbb or #rrggbbaa into a Color.
|
||||
* Decode a string of the format \#rrggbb or \#rrggbbaa into a Color.
|
||||
*
|
||||
* @param color The color to decode.
|
||||
* @param defaultColor A default color in case the decoding fails.
|
||||
|
||||
Reference in New Issue
Block a user