Cleanup: use back-slash for doxygen comments

This commit is contained in:
Campbell Barton 2021-06-16 00:04:04 +10:00
parent 0c75a98561
commit 71997921c4
3 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@
namespace blender::compositor {
/**
* @brief AntiAliasingNode
* @ingroup Node
* \brief AntiAliasingNode
* \ingroup Node
*/
class AntiAliasingNode : public Node {
public:

View File

@ -288,8 +288,8 @@ void GpencilExporterPDF::export_stroke_to_polyline(bGPDlayer *gpl,
}
/**
* Set color
* @param do_fill: True if the stroke is only fill
* Set color.
* \param do_fill: True if the stroke is only fill.
*/
void GpencilExporterPDF::color_set(bGPDlayer *gpl, const bool do_fill)
{

View File

@ -353,8 +353,8 @@ void GpencilExporterSVG::export_stroke_to_polyline(bGPDlayer *gpl,
/**
* Set color SVG string for stroke
* \param node_gps: Stroke node
* @param do_fill: True if the stroke is only fill
* \param node_gps: Stroke node.
* \param do_fill: True if the stroke is only fill.
*/
void GpencilExporterSVG::color_string_set(bGPDlayer *gpl,
bGPDstroke *gps,