1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-27 11:14:42 -05:00

Remove summary

This commit is contained in:
Alex Kotov 2022-01-12 15:57:22 +05:00
parent f6b31a493c
commit 40e52e1e6a
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -19,9 +19,6 @@ Table of contents
* [Installation](#installation)
* [Development](#development)
* [Cross](#cross)
* [Summary](#summary)
* [Pure code size](#pure-code-size)
* [Used header files](#used-header-files)
* [Portability](#portability)
* [Discussion](#discussion)
@ -224,39 +221,6 @@ Disassembly of section .text:
Summary
-------
This information is updated from time to time.
### Pure code size
`cloc --vcs=git include/ src/`
```
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C 12 236 19 1548
C/C++ Header 14 179 64 597
Assembly 2 7 6 28
make 1 0 0 13
-------------------------------------------------------------------------------
SUM: 29 422 89 2186
-------------------------------------------------------------------------------
```
### Used header files
`git grep '#include <' -- include/ src/ | grep -v '#include <kernaux' | awk '{ print $2; }' | sort | uniq`
* `stdarg.h`
* `stdbool.h`
* `stddef.h`
* `stdint.h`
Portability
-----------