From ada1ac47b4df709db6262481e5fc9ff5c0d8d476 Mon Sep 17 00:00:00 2001 From: Yuwen Yang Date: Thu, 2 Jul 2026 17:49:24 +0800 Subject: [PATCH] docs: fix broken TOC anchors for duplicate section headings --- MATLAB-Coding-Guidelines.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MATLAB-Coding-Guidelines.md b/MATLAB-Coding-Guidelines.md index a0e5465..185065e 100644 --- a/MATLAB-Coding-Guidelines.md +++ b/MATLAB-Coding-Guidelines.md @@ -15,8 +15,8 @@ - [Classes](#classes) - [Namespaces](#namespaces) - [Statements and Expressions Guidelines](#statements-and-expressions-guidelines) - - [General](#general) - - [Variables](#variables) + - [General](#general-1) + - [Variables](#variables-1) - [MATLAB Types](#matlab-types) - [Expressions](#expressions) - [Loops and Conditionals](#loops-and-conditionals) @@ -27,18 +27,18 @@ - [Use of Blank Lines](#use-of-blank-lines) - [Lines in Code Files](#lines-in-code-files) - [Code Comments Guidelines](#code-comments-guidelines) - - [General](#general) + - [General](#general-2) - [Placement and Indentation](#placement-and-indentation) - [Function Authoring Guidelines](#function-authoring-guidelines) - - [General](#general) + - [General](#general-3) - [Inputs](#inputs) - [Outputs](#outputs) - [Class Authoring Guidelines](#class-authoring-guidelines) - - [General](#general) + - [General](#general-4) - [Properties](#properties) - [Methods](#methods) - [Error Handling Guidelines](#error-handling-guidelines) - - [General](#general) + - [General](#general-5) - [Try-Catch](#try-catch) # The Purpose of this Document