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
When add comments in a function with Doxygen, can the function name output in the document be customized?
/**
* Set margain
* @param
* @return
*/
JSFUNC_DECL(set_obj_margin_all) {}
Due to the use of macro, in the above code, the real function name is "setMarginAll", how can I output setMar...
xcao
Votes: 0
Answers: 0
Doxygen 1.9.3: Undocumented external namespaces from .tags files are shown in my Namespace index
After some bug squashing I've gotten my first Doxygen setup to build correctly and am now in the process of fixing visual issues with the documentation.
Right off the bat one problem I'm having is tha...
oblivioncth
Votes: 0
Answers: 0
Doxygen Server-Based Search does not produce any result (even a "no results" portion)
Nothing is showing up after using a server-based search.
Configuration is set as:
SEARCHENGINE = YES
SERVER_BASED_SEARCH = YES
EXTERNAL_SEARCH = NO
After pressing enter and sea...
curious_myql
Votes: 0
Answers: 0