From 31e7acb5c965067463f33fa59fc463086a298350 Mon Sep 17 00:00:00 2001 From: David Timber Date: Thu, 2 Jun 2022 12:19:11 +0800 Subject: Doc and final touches ... - Add .settings.json for doxygen settings - Add /doc/impl.md - Doc and change usage of /bootstrap.sh - Add notes to docs - Add 7-bit char machine check - Normailise description for init and free functions - Doc rest of source code - Remove unused function: prne_str_shift_spaces() --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index fd75067..8f12957 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Where to go from here * [User Guide](doc/user_guide.md) * [Software Design Spec](doc/sws.md) +* [Implementation Note](doc/impl.md) * [Heartbeat Protocol Spec](doc/htbt.md) * [Proone Data Format Spec](doc/fmts.md) * [Dev Notes](doc/dev_notes.md) -- cgit