use backticking

This commit is contained in:
Sébastien Loriot 2015-02-19 16:00:55 +01:00
parent 92970c81ac
commit 1fd27e1cb9
1 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ et al. in 2007 \cgalCite{Schnabel07}.
This function registers a shape type for detection.
*/
template <class Shape_factory>
void add_shape_factory(Shape_factory *factory///< Factory for shape type defined by 'Shape_factory<"shape_type">'
void add_shape_factory(Shape_factory *factory///< Factory for shape type defined by `Shape_factory`
) {
m_shapeFactories.push_back(factory);
}
@ -267,7 +267,7 @@ et al. in 2007 \cgalCite{Schnabel07}.
/// @{
/*!
This function initiates the shape detection. Shape types to be detected
must be registered before with 'add_shape_factory'.
must be registered before with `add_shape_factory()`.
*/
void detect(
const Parameters &options = Parameters()///< Parameters for shape detection.