[Doxygen-users] Globar var with c'tor args seen as function
Brought to you by:
dimitri
|
From: Barnes, P. D. <bar...@ll...> - 2025-10-22 23:20:35
|
Hello Folks,
I’ve got a global variable initialized with c’tor arguments:
int globalVar(1);
Doxygen gives a warning: return type is not documented, which I can’t figure out how to fix.
My Doxyfile differs from the default only one significant item:
$ doxygen -x Doxyfile
# Difference with default Doxyfile 1.14.0
WARN_NO_PARAMDOC = yes
INPUT = src
Any help would be greatly appreciated.
Peter
_____________________________________________________________
Dr. Peter D. Barnes, Jr. (he,him) CASC Division, B451 R2035
Lawrence Livermore National Laboratory Computation Directorate
7000 East Avenue, L-561 email: pdb...@ll...<mailto:pdb...@ll...>
P. O. Box 808 Voice: (925) 422-3384
Livermore, California 94550
|