7 Commits

Author SHA1 Message Date
09d0f347e8 Add .h extension to #include files
Using extension-less #include files brought more issues than it was
worth.

Reverts: dfa34420d9ff29932f1e7d06bb98f1f757373bd5
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-07 11:37:35 +01:00
a100acff13 Doxygen: Update project description
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-07 11:29:24 +01:00
dfa34420d9 Doxygen: Fix skipping extension-less C++ #include files
Careful, not to include `Doxyfile` and ``LICENSE` extension-less files
from repository root.

Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-07 11:26:20 +01:00
11df03b0ad Doxygen: Add static functions and templates
Being portable, means having all function implementations in #include
files and functions marked as static. We have no global functions in
this project yet, but it took me quite some head scratching in WinStd
project why all the global functions are missing in the documentation.

Signed-off-by: Simon Rozman <simon@rozman.si>
2022-03-07 10:55:35 +01:00
1fbff95bd7 Doxyfile: Update
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-02-04 14:42:06 +01:00
7b696b8e9f Fix project name in documentation 2017-12-22 09:45:43 +01:00
c004f8c2ef Doxygen support added 2016-04-11 13:48:32 +02:00