PetrPPetrov / beautiful-capi

Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
GNU General Public License v3.0
33 stars 4 forks source link

Probably replace doxygen xml tags by parsing doxygen tags #58

Open PetrPPetrov opened 6 years ago

PetrPPetrov commented 6 years ago

instead of NS1::ClassA just use @ref NS1::ClassA as in Doxygen original