Add doxygen

This commit is contained in:
Mario Hüttel 2018-07-24 10:21:55 +02:00
parent 13aa2c8609
commit 6f7feb7aa9
3 changed files with 2486 additions and 1 deletions

2482
doxygen/Doxyconfig Normal file

File diff suppressed because it is too large Load Diff

3
doxygen/output/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
*/
!.gitignore

2
main.c
View File

@ -136,7 +136,7 @@ int main(int argc, char **argv)
if (!g_option_context_parse (context, &argc, &argv, &error))
{
g_print ("Option parsing failed: %s\n", error->message);
exit (1);
exit(1);
}
if (argc >= 2) {