[Doxygen-users] Doxy for symbols not in the code

2020-04-30 Thread Barnes, Peter D. via Doxygen-users
Hello Folks, We want to document symbols which aren’t declared in the code, such as environment variables and preprocessor symbols declared by the build system. There doesn’t seem to be an easy way to do this. For example, @var doesn’t generate output if the symbol doesn’t appear somewhere in

Re: [Doxygen-users] source file consisting of a single include statement

2020-04-30 Thread Richard Damon
On 4/30/20 4:39 PM, Alan Frankel wrote: > > I have a source file, foo.cpp, that consists of a single include > statement for a single header file, foo.hpp. The header file contains > all the class and function definitions. The source file is compiled > into a shared library. By giving preprocessor

[Doxygen-users] source file consisting of a single include statement

2020-04-30 Thread Alan Frankel
I have a source file, foo.cpp, that consists of a single include statement for a single header file, foo.hpp. The header file contains all the class and function definitions. The source file is compiled into a shared library. By giving preprocessor symbols that appear in the header file differen