aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.cpp.in
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: exclude catch2 (only include 'include/jau')Sven Gothel2021-01-041-1/+1
|
* Rename jaucpp -> jaulib (internally and api-doc); Don't distributed binaries ↵Sven Gothel2020-12-211-4/+4
| | | | | | | | | | | | (shared lib) As I prepare to add more languages to this utility project, rename from jaucpp -> jaulib. Also do not distribute a binarie, i.e. no installation of a share lib artifact. This to emphasize the intention to have artifacts being included in the user project directly, instead of linking. This may change, but for now it serves for best efficiency and removes binary distribution issues with the user's project.
* Add jau/packed_attribute.hpp: Macro __pack(...) for MSC and GCC compatiblw, ↵Sven Gothel2020-11-101-1/+2
| | | | | | | | macro __packed for GCC compatible only __packed is a simple short for '__attribute__ ((packed))' __pack(...) wraps the given __VA_ARGS__ to add 'packed' attributes (GCC compatible) or pragmas (MSVC)
* Doxygen: Fix macro '__attribute__((x))' handlingSven Gothel2020-11-041-3/+3
|
* doxygen.cpp.in: Add java/jni sources; Project name: Remove redundancySven Gothel2020-10-161-1/+2
|
* Move jaucpp files to root-folderSven Gothel2020-10-161-0/+2365