[Bf-blender-cvs] [71997921c46] master: Cleanup: use back-slash for doxygen comments

Campbell Barton noreply at git.blender.org
Tue Jun 15 16:19:27 CEST 2021


Commit: 71997921c462e555d45d27e3005277c8e4a15acf
Author: Campbell Barton
Date:   Wed Jun 16 00:04:04 2021 +1000
Branches: master
https://developer.blender.org/rB71997921c462e555d45d27e3005277c8e4a15acf

Cleanup: use back-slash for doxygen comments

===================================================================

M	source/blender/compositor/nodes/COM_AntiAliasingNode.h
M	source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc
M	source/blender/io/gpencil/intern/gpencil_io_export_svg.cc

===================================================================

diff --git a/source/blender/compositor/nodes/COM_AntiAliasingNode.h b/source/blender/compositor/nodes/COM_AntiAliasingNode.h
index d4a6d0d26dc..7d3dd750864 100644
--- a/source/blender/compositor/nodes/COM_AntiAliasingNode.h
+++ b/source/blender/compositor/nodes/COM_AntiAliasingNode.h
@@ -25,8 +25,8 @@
 namespace blender::compositor {
 
 /**
- * @brief AntiAliasingNode
- * @ingroup Node
+ * \brief AntiAliasingNode
+ * \ingroup Node
  */
 class AntiAliasingNode : public Node {
  public:
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,



More information about the Bf-blender-cvs mailing list