Add doxygen
This commit is contained in:
parent
13aa2c8609
commit
6f7feb7aa9
2482
doxygen/Doxyconfig
Normal file
2482
doxygen/Doxyconfig
Normal file
File diff suppressed because it is too large
Load Diff
3
doxygen/output/.gitignore
vendored
Normal file
3
doxygen/output/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
*/
|
||||||
|
!.gitignore
|
2
main.c
2
main.c
@ -136,7 +136,7 @@ int main(int argc, char **argv)
|
|||||||
if (!g_option_context_parse (context, &argc, &argv, &error))
|
if (!g_option_context_parse (context, &argc, &argv, &error))
|
||||||
{
|
{
|
||||||
g_print ("Option parsing failed: %s\n", error->message);
|
g_print ("Option parsing failed: %s\n", error->message);
|
||||||
exit (1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argc >= 2) {
|
if (argc >= 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user