Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Merge README.md and doxydir/main.md #35

Closed fraunhofer-iis-bot closed 1 year ago

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on May 5, 2021, 09:12

The documentation should be generated using a single source.

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on May 5, 2021, 09:15

As far as I know the documentation was copied because some markdown constructs were not supported by doxygen.

@vornkat-iis is that something you can look at?

fraunhofer-iis-bot commented 3 years ago

In GitLab by @vornkat-iis on May 5, 2021, 16:52

created merge request !57 to address this issue