X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Doxyfile;h=da2fdb768d4bd7e216c7273490b61b2b61442383;hp=c0e73118ecb713e1ce873792d6eb9f57421f69a6;hb=0169f19c53e195df2f96c4df731ad3214c59e20a;hpb=0a7ae201ca82293fe3bb413cdddf7bcf9b0f42da diff --git a/Doxyfile b/Doxyfile index c0e7311..da2fdb7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "libsigrokdecode" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "0.2.0" +PROJECT_NUMBER = "unreleased development snapshot" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer @@ -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.