X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Doxyfile;h=abb589b2de67453e02149e0c1614122c882eb5a4;hp=c0e73118ecb713e1ce873792d6eb9f57421f69a6;hb=4cc0d9fe8d4f0b8d7d92aab6d5d63bf143fbe264;hpb=c1f86f02a149f46609273e1bd5b42696d544727a diff --git a/Doxyfile b/Doxyfile index c0e7311..abb589b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -687,7 +687,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = config.h sigrokdecode-internal.h exception.c \ +EXCLUDE = config.h libsigrokdecode-internal.h exception.c \ module_sigrokdecode.c type_decoder.c type_logic.c \ util.c @@ -706,7 +706,7 @@ EXCLUDE_SYMLINKS = NO # # Ignore the following files and directories (see also EXCLUDE above): # - config.h: Non-public stuff, the file doesn't get installed. -# - sigrokdecode-internal.h: Non-public stuff, the file doesn't get installed. +# - libsigrokdecode-internal.h: Non-public stuff, the file isn't installed. # - decoders/*: The decoders themselves don't contain public API. # - exception.c: No public API stuff in there currently. # - module_sigrokdecode.c: No public API stuff in there currently.