-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We need documentation, on various levels:
- The C header files need to have inline documentation. This will be picked up by the various IDE's to give access to the documentation when writing. In
cwipcI think I'm using something that is concise and will be parsed by most documentation tools, but I have no idea any more where I picked it up. See https://github.com/cwi-dis/cwipc_util/blob/350d8b1b6ea3120b443d8e9c93a735d6abe15168/include/cwipc_util/api.h for example. - It would be nice to have the API documentation also available in readable/browsable form. Doxygen at the least, but I hope there's nicer looking tools available nowadays.
- We also need a readable document that explains how to use the whole lldash. Doesn't have to be very long, and could consist mainly of links to the API documentation, and links to the
cwipcPython package (for use from Python) andVR2Gather(for use from C#). I think the existing C++ test/example programs should also be linked and explained.- Probably the installation instructions (from a built distribution) should also go in here.
- Probably the build instructions that are currently in the top-level README should also go in here.
Unsure who to assign this too, feel free to re-assign.
Metadata
Metadata
Assignees
Labels
No labels