summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenji-hosokawa <khosokawa@de.adit-jv.com>2021-07-15 18:01:38 +0900
committerGitHub <noreply@github.com>2021-07-15 18:01:38 +0900
commitc7c7d1c671a56077db3b8fd098c0e6a26f6102bf (patch)
treed20b0e11060d35f9e055b958307e32071b3b5532
parent3218b1022bd19a16d591ed85cc75c63dac711435 (diff)
downloadDLT-daemon-c7c7d1c671a56077db3b8fd098c0e6a26f6102bf.tar.gz
doc: Minor fix in dlt_for_developers.md (#321)
* doc: remove non existing TOC TOC has Summary, but nothing in the body. Remove it from TOC. Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
-rw-r--r--doc/dlt_for_developers.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md
index 433f4a1..78c3201 100644
--- a/doc/dlt_for_developers.md
+++ b/doc/dlt_for_developers.md
@@ -3,14 +3,13 @@
Back to [README.md](../README.md)
Table of Contents
-1. [Summary](#Summary)
-2. [Example Application](#DLT-Example-Application)
-3. [General Rules for Logging](#General-Rules-for-Logging)
-4. [The use of Log Levels](#The-use-of-Log-Levels)
-5. [DLT Library Runtime Configuration](#DLT-Library-Runtime-Configuration)
-6. [DLT API Usage](#DLT-API-Usage)
-7. [DLT injection messages](#DLT-Injection-Messages)
-8. [Log level changed callback](#Log-level-changed-callback)
+1. [DLT Example Application](#DLT-Example-Application)
+2. [General Rules for Logging](#General-Rules-for-Logging)
+3. [The use of Log Levels](#The-use-of-Log-Levels)
+4. [DLT Library Runtime Configuration](#DLT-Library-Runtime-Configuration)
+5. [DLT API Usage](#DLT-API-Usage)
+6. [DLT injection messages](#DLT-Injection-Messages)
+7. [Log level changed callback](#Log-level-changed-callback)
## DLT Example Application