6 Commits

Author SHA1 Message Date
Peter Kokot
be010b4435 Sync final newlines
- Redundant final newlines trimmed into one
- Missing final newlines added where can be added

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character although not
mandatory.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2018-10-01 20:21:21 +02:00
Alexey Pyltsyn
3b9976878b Fix markdown headings 2017-05-05 18:20:40 +02:00
Nikita Popov
e07c954abd Refactor toc.php for reusability 2016-11-11 22:00:47 +01:00
Nikita Popov
875d1be280 Remove trailing whitespace 2016-04-24 15:15:14 +02:00
Stanislav Malyshev
ee5823acb5 update TOC 2015-05-28 00:13:30 -07:00
Nikita Popov
135141fd47 Update table of contents
Add script to generate it. The "doctoc" tool used previously seems
to be only for single file documents.

This commit also fixed the headling level in some places.
2015-01-04 14:50:08 +01:00