https://github.com/luncliff/ssf
simple socket functions
https://github.com/luncliff/ssf
cmake-examples cpp example-repo
Last synced: 6 months ago
JSON representation
simple socket functions
- Host: GitHub
- URL: https://github.com/luncliff/ssf
- Owner: luncliff
- License: cc-by-4.0
- Created: 2019-12-26T06:58:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T06:24:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T00:45:37.248Z (12 months ago)
- Topics: cmake-examples, cpp, example-repo
- Language: C++
- Homepage: https://luncliff.github.io/ssf
- Size: 670 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SSF: Simple Socket Functions
[](https://dev.azure.com/luncliff/personal/_build/latest?definitionId=32&branchName=main)
[](https://sonarcloud.io/summary/new_code?id=luncliff-ssf)
Minimal C++ code snippet to **build** something.
This repository is a result of personal practice for [Doxygen](http://doxygen.nl/manual/docblocks.html) + [Doxybook2](https://github.com/matusnovak/doxybook2) + [MkDocs](https://www.mkdocs.org/) combination. The page theme is [MkDocs Material](https://squidfunk.github.io/mkdocs-material/).
### References
There are some known examples for C++ project's documentation.
Wish they can help you either... and **special thanks to the doxybook and its author, [Matus Novak](https://github.com/matusnovak)**
* [Clear, Functional C++ Documentation with Sphinx + Breathe + Doxygen + CMake](https://devblogs.microsoft.com/cppblog/clear-functional-c-documentation-with-sphinx-breathe-doxygen-cmake/)
* [TartanLlama/cpp-documentation-example](https://github.com/TartanLlama/cpp-documentation-example)
* [Doxybook2](https://github.com/matusnovak/doxybook2)
* [Doxygen](http://doxygen.nl/manual/docblocks.html)
* [MkDocs](https://www.mkdocs.org/)
* [Doxybook](https://github.com/matusnovak/doxybook)(deprecated)
## License
You can do what you want with the code. Visit the [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/) for the license details.