Tag

doxygen

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jul 9, 2023 · Fundamentals

How to Install and Use Doxygen for Generating Code Documentation

This guide explains how to install Doxygen on various platforms, create and configure a Doxyfile, run Doxygen to generate documentation in multiple formats, and view the resulting HTML output, while emphasizing the need for proper source‑code comments.

code generationconfigurationdoxygen
0 likes · 3 min read
How to Install and Use Doxygen for Generating Code Documentation
Qunar Tech Salon
Qunar Tech Salon
Jun 3, 2016 · Fundamentals

Using Vim, Ctags, Cscope, Doxygen, and GDB for Source Code Exploration on Linux

This article explains how to set up and use Vim together with Ctags and Cscope, configure Doxygen for documentation generation, and employ GDB for debugging, providing Linux developers with a comprehensive toolkit for efficiently navigating and understanding large codebases.

GDBLinuxVim
0 likes · 9 min read
Using Vim, Ctags, Cscope, Doxygen, and GDB for Source Code Exploration on Linux