python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Doxygen multi line comments
I am new to Doxygen and trying to comment my code.
I have some issue with the comments: my multi line comments appear in a single line and I don't want to use \\n or <br>.
/**
Brief - this is a...
lsz
Votes: 0
Answers: 1
Organizing Doxygen index list differently/properly
I'm trying to generate properly organized Doxygen documentation for a work project. The issue I'm having is related to the image below:
Everything under the "State Machine" tab are the data...
potatoheadgear
Votes: 0
Answers: 0
Prevent unprocessed DOT files from being deleted when using Doxywizard
I'm using Doxygen wizard to generate documentation for a big embedded C project. I'm able to generate graphs and class diagrams using Dot and Graphviz. However, I would like to edit some dependency gr...
potatoheadgear
Votes: 0
Answers: 1