Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
This commit is contained in:
@@ -476,7 +476,7 @@ void Sheet::onSettingDocument()
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the property for cell \key to a PropertyFloat with the value \a value.
|
||||
* Set the property for cell \p key to a PropertyFloat with the value \a value.
|
||||
* If the Property exists, but of wrong type, the previous Property is destroyed and recreated as the correct type.
|
||||
*
|
||||
* @param key The address of the cell we want to create a Property for
|
||||
@@ -506,7 +506,7 @@ Property * Sheet::setFloatProperty(CellAddress key, double value)
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the property for cell \key to a PropertyQuantity with \a value and \a unit.
|
||||
* Set the property for cell \p key to a PropertyQuantity with \a value and \a unit.
|
||||
* If the Property exists, but of wrong type, the previous Property is destroyed and recreated as the correct type.
|
||||
*
|
||||
* @param key The address of the cell we want to create a Property for
|
||||
@@ -541,7 +541,7 @@ Property * Sheet::setQuantityProperty(CellAddress key, double value, const Base:
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the property for cell \key to a PropertyString with \a value.
|
||||
* Set the property for cell \p key to a PropertyString with \a value.
|
||||
* If the Property exists, but of wrong type, the previous Property is destroyed and recreated as the correct type.
|
||||
*
|
||||
* @param key The address of the cell we want to create a Property for
|
||||
@@ -916,7 +916,7 @@ void Sheet::getSpans(CellAddress address, int &rows, int &cols) const
|
||||
/**
|
||||
* Determine whether this cell is merged with another or not.
|
||||
*
|
||||
* @param adderss
|
||||
* @param address
|
||||
*
|
||||
* @returns True if cell is merged, false if not.
|
||||
*
|
||||
@@ -950,7 +950,7 @@ int Sheet::getColumnWidth(int col) const
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Set row height of row given by index in \row to \a height.
|
||||
* @brief Set row height of row given by index in \p row to \a height.
|
||||
* @param row Row index.
|
||||
* @param height New height of row.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user