Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-15 17:04:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-15 17:08:34 +0300
commit71997921c462e555d45d27e3005277c8e4a15acf (patch)
treeb97ae0a4c4650a4c67feb0e693b49a9fb72ec526 /source/blender/io/gpencil
parent0c75a98561d33630af198e10d33a235bf9f320c7 (diff)
Cleanup: use back-slash for doxygen comments
Diffstat (limited to 'source/blender/io/gpencil')
-rw-r--r--source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc4
-rw-r--r--source/blender/io/gpencil/intern/gpencil_io_export_svg.cc4
2 files changed, 4 insertions, 4 deletions
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,