Repository Analysis

zealdocs/zeal

Offline documentation browser inspired by Dash

2.2 Likely human-written View on GitHub
2.2
Adjusted Score
2.2
Raw Score
100%
Time Factor
2026-05-30
Last Push
12,648
Stars
C++
Language
56,468
Lines of Code
161
Files
164
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 4LOW 160

Pattern Findings

164 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block160 hits · 114 pts
SeverityFileLineSnippet
LOWtools/release-prepare.sh1#!/usr/bin/env bash
LOWsrc/app/main.cpp1// Copyright (C) Oleg Shparber, et al. <https://zealdocs.org>
LOWsrc/app/main.cpp21#include <QTimer>
LOWsrc/contrib/cpp-httplib/httplib.h1//
LOWsrc/contrib/cpp-httplib/httplib.h21/*
LOWsrc/contrib/cpp-httplib/httplib.h41#ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_USECOND
LOWsrc/contrib/cpp-httplib/httplib.h61#ifndef CPPHTTPLIB_CLIENT_READ_TIMEOUT_SECOND
LOWsrc/contrib/cpp-httplib/httplib.h81#ifndef CPPHTTPLIB_EXPECT_100_THRESHOLD
LOWsrc/contrib/cpp-httplib/httplib.h101#ifndef CPPHTTPLIB_IDLE_INTERVAL_USECOND
LOWsrc/contrib/cpp-httplib/httplib.h121#ifndef CPPHTTPLIB_REDIRECT_MAX_COUNT
LOWsrc/contrib/cpp-httplib/httplib.h141#ifndef CPPHTTPLIB_TCP_NODELAY
LOWsrc/contrib/cpp-httplib/httplib.h161#ifndef CPPHTTPLIB_THREAD_POOL_COUNT
LOWsrc/contrib/cpp-httplib/httplib.h181#define CPPHTTPLIB_SEND_FLAGS 0
LOWsrc/contrib/cpp-httplib/httplib.h201#define CPPHTTPLIB_WEBSOCKET_CLOSE_TIMEOUT_SECOND 5
LOWsrc/contrib/cpp-httplib/httplib.h221#if defined(_MSC_VER)
LOWsrc/contrib/cpp-httplib/httplib.h241
LOWsrc/contrib/cpp-httplib/httplib.h261
LOWsrc/contrib/cpp-httplib/httplib.h281#ifdef __linux__
LOWsrc/contrib/cpp-httplib/httplib.h301#include <TargetConditionals.h>
LOWsrc/contrib/cpp-httplib/httplib.h321#include <list>
LOWsrc/contrib/cpp-httplib/httplib.h341 (defined(CPPHTTPLIB_OPENSSL_SUPPORT) || \
LOWsrc/contrib/cpp-httplib/httplib.h361#endif
LOWsrc/contrib/cpp-httplib/httplib.h381#if TARGET_OS_MAC
LOWsrc/contrib/cpp-httplib/httplib.h401#endif
LOWsrc/contrib/cpp-httplib/httplib.h421#include <mbedtls/x509_crt.h>
LOWsrc/contrib/cpp-httplib/httplib.h441#ifdef CPPHTTPLIB_WOLFSSL_SUPPORT
LOWsrc/contrib/cpp-httplib/httplib.h461#include <wolfssl/wolfcrypt/hash.h>
LOWsrc/contrib/cpp-httplib/httplib.h481#define CPPHTTPLIB_SSL_ENABLED
LOWsrc/contrib/cpp-httplib/httplib.h5081inline bool parse_trailers(stream_line_reader &line_reader, Headers &dest,
LOWsrc/contrib/cpp-httplib/httplib.h11301 multipart_receiver);
LOWsrc/contrib/cpp-httplib/httplib.h13341 // platforms surface write errors (EPIPE) earlier; on Windows kernel send
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp1//----------------------------------------------------------------------------------------------------------------------
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp21// v0.5.0: https://toml.io/en/v0.5.0
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp41// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp61#endif
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp81#undef TOML_CPP
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp101
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp121#define TOML_CLANG __clang_major__
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp141#define TOML_CLANG 13
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp161#ifndef TOML_ICC
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp181#endif
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp201#define TOML_GCC TOML_GCC_LIKE
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp221#endif
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp241#ifndef TOML_ARCH_X86
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp261#define TOML_ARCH_BITNESS 32
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp281#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__CYGWIN__)
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp301#ifdef __has_include
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp321#else
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp341#endif
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp361
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp381#define TOML_CONCAT_1(x, y) x##y
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp401#else
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp421#else
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp441#endif
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp461#define TOML_ABSTRACT_INTERFACE TOML_DECLSPEC(novtable)
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp481#define TOML_NODISCARD TOML_ATTR(__warn_unused_result__)
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp501 TOML_ATTR(pure)
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp541#endif
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp561#define TOML_UNREACHABLE __assume(0)
LOWsrc/contrib/tomlplusplus/toml++/toml.hpp581
100 more matches not shown…
AI Slop Vocabulary4 hits · 12 pts
SeverityFileLineSnippet
MEDIUMsrc/contrib/cpp-httplib/httplib.h13064 // Cross-host/scheme redirect - create new client with robust setup
MEDIUMsrc/contrib/cpp-httplib/httplib.h13069// New method for robust redirect client creation
MEDIUMsrc/contrib/cpp-httplib/httplib.h13130 // Setup client with robust configuration
MEDIUMsrc/contrib/cpp-httplib/httplib.h13138// New method for robust client setup (based on basic_manual_redirect.cpp