diff options
author | Justin Nolan <justin@nolan.de> | 2023-02-10 21:03:27 +0100 |
---|---|---|
committer | Justin Nolan <justin@nolan.de> | 2023-02-10 21:03:27 +0100 |
commit | 9dab7e0f80ad374569529790910ccb75700ac9f6 (patch) | |
tree | 4f5bfcd65e041cc2951af86bc766d4f41916ce24 /docs | |
parent | f2a22e4ae1522c42e60aead3d20b97604efb8e54 (diff) |
Fix table of contents
Diffstat (limited to 'docs')
-rw-r--r-- | docs/styleguide-cpp.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/styleguide-cpp.md b/docs/styleguide-cpp.md index 1335b34..b9af307 100644 --- a/docs/styleguide-cpp.md +++ b/docs/styleguide-cpp.md @@ -2,9 +2,13 @@ ## Table of Contents 1. [Why Style?](styleguide-cpp.md#why-style) + 1.1. [General Principles](styleguide-cpp.md#general-principles) + 1.2 [File Formatting](styleguide-cpp.md#file-formatting) + 2. [Conventions](styleguide-cpp.md#conventions) + 2.1. [Naming Conventions](styleguide-cpp.md#-naming-conventions) ## 1. Why Style? |