Doxygen is actually the standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages.
Questions tagged [doxygen]
6 questions
6
votes
2 answers
How to install Doxygen on Ubuntu?
I downloaded doxygen-1.8.20.linux.bin.tar.gz here: https://www.doxygen.nl/download.html.
How to install it on Ubuntu 20.04?
MianQi
- 343
3
votes
2 answers
Is there a plugin for the terminal which allow to detect and open files?
I'm looking for a terminal plugin/extension that would allow me to detect files path in terminal output and open them in a text editor by clicking on them. The perfect solution would open the file at the given…
Victor Lamoine
- 2,451
3
votes
1 answer
How do I use doxygen to generate the internal documentation for Unity?
The Hacking file for Unity says:
Internal Documentation can be built for Unity by having doxygen installed and running make doxygen.
I'm not familiar with doxygen and could use some help in the specific command(s) to use.
I downloaded the Unity…
chaskes
- 15,536
0
votes
2 answers
I have ubuntu xenial 16.04 how to get new versions of packages?
For example the cmake in my repository appears as 3.5 but my professor's appears as 3.16 which I need to run doxygen. How can I get this new version in my old ubuntu?
Zeor137
- 75
- 2
- 8
0
votes
0 answers
Failed to install Doxygen
I am installing doxygen using
sudo apt-get install doxygen
but getting following unmet dependencies. I tried with google but not getting proper solution for same.
I am getting this while run above code:
Reading package lists... Done
Building…
Nik
- 101
0
votes
1 answer
Ubuntu 16.04: Doxygen fails claiming it cannot open libclang
I am currently trying to install doxygen on my computer, but upon running doxygen through the command line it fails with this error:
doxygen: error while loading shared libraries: libclang.so.6: cannot open shared object file: No such file or…
Ian MathWiz
- 133