question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We should make documentation of the C code in cocotb/lib/ available in Sphinx. There are Doxygen annotations (though incomplete, see #8) in some of the files, so we might want to use https://breathe.readthedocs.io/en/latest/ (a Doxygen -> Sphinx bridge).

Some other links/examples:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
wallentocommented, Jan 21, 2019

I like the idea. Just to add to the examples: https://github.com/optimsoc/optimsoc/tree/master/doc/api

IIRC, breathe is broken and/or unmaintained with recent sphinx, but its easy to workaround…

0reactions
cmarqucommented, Jun 27, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

15-410 Coding Style and Doxygen Documentation
This document serves as a brief overview of doxygen and the features you will use on a regular basis.
Read more >
Where to document functions in C or C++? - Stack Overflow
I have a C program with multiple files, so I have, for example, stuff.c which implements a few functions, and stuff.h with the...
Read more >
Documenting the code
A special documentation block is a C or C++ comment block with some ... For each code item there are two types of...
Read more >
Complete Guide On Using Doxygen To Document C Source ...
As we know Doxygen is a very powerful tool to do documentation, but it's more geared toward object-oriented languages like C++ and Java....
Read more >
Documenting the code - Doxygen Manual
This chapter covers two topics: How to put comments in your code such that doxygen incorporates them in the documentation it generates.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found