With doxygen-1.8.12, in an otherwise empty directory:

$ doxygen -g


Configuration file `Doxyfile' created.

Now edit the configuration file and enter

 doxygen Doxyfile

to generate the documentation for your project

$ cat >foo.hh

//! A documented typedef

typedef int zz;
[mrsam@octopus zz]$ doxygen
Searching for include files..

The resulting documentation in the html directory is empty. The typedef is not documented. The generated documentation does have a "Files" section, that dutifully includes the foo.hh file, showing the typedef inside it, but with the doxygen comment block removed.

Replacing the typedef with "class zz{};" results in the expected output.

I must be missing something obvious.

Attachment: pgpYYnF3Feh7u.pgp
Description: PGP signature

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to