An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SSF: Simple Socket Functions

[![Build Status](https://dev.azure.com/luncliff/personal/_apis/build/status/luncliff.ssf?branchName=main)](https://dev.azure.com/luncliff/personal/_build/latest?definitionId=32&branchName=main)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=luncliff-ssf&metric=code_smells)](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.