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:
-rw-r--r--source/blender/compositor/nodes/COM_AntiAliasingNode.h4
-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
3 files changed, 6 insertions, 6 deletions
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,