cbindgen/tests/expectations/docstyle_doxylight.cpp
Ralf Biedert 51aff0a119 Add more documentation style options (#305)
* Ignoring IDE files.

* Addresses issue #302, also amends #59 insofar that vanilla C-style now does not prefix individual lines with `*` anymore.

* Removed Javadoc reference.

* Renamed `Doxylight` to `Doxy` and changed C default to that.

* Added documentation.

* Changed enum name and applied `fmt`.

* Fixed comment.

* Fixed match.
2019-03-24 20:56:17 +01:00

13 lines
135 B
C++

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
extern "C" {
/**
* The root of all evil.
*/
void root();
} // extern "C"