From 71997921c462e555d45d27e3005277c8e4a15acf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 16 Jun 2021 00:04:04 +1000 Subject: Cleanup: use back-slash for doxygen comments --- source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc | 4 ++-- source/blender/io/gpencil/intern/gpencil_io_export_svg.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/io/gpencil') diff --git a/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc b/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc index 0f90855dcb8..3b20ac9f110 100644 --- a/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc +++ b/source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc @@ -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) { diff --git a/source/blender/io/gpencil/intern/gpencil_io_export_svg.cc b/source/blender/io/gpencil/intern/gpencil_io_export_svg.cc index c62764cca06..438263167ca 100644 --- a/source/blender/io/gpencil/intern/gpencil_io_export_svg.cc +++ b/source/blender/io/gpencil/intern/gpencil_io_export_svg.cc @@ -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, -- cgit v1.2.3