• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

open-source-parsers / jsoncpp / 32423286225
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: writer-utf8-continuation-bytes
DEFAULT BRANCH: master
Ran 20 Aug 2026 10:14PM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Aug 2026 10:13PM UTC coverage: 89.949% (+0.04%) from 89.907%
32423286225

Pull #1711

github

baylesj
docs: modernize doxygen build and publish from this repository

The API docs were last published to the separate jsoncpp-docs repo in
January 2021 (for 1.9.4) and the local doxygen build has been broken
since the versioning rework removed the top-level `version` file.

Build fixes:
- doxybuild.py reads the version from include/json/version.h instead of
  a `version` file that CMake only generates in the build directory.
- doc/doxyfile.in is reduced to the non-default settings (the 2013-era
  1.8.5 template triggered 17 obsolete-tag warnings on current doxygen)
  and now sets WARN_AS_ERROR so documentation regressions fail the build.
- JSONCPP_DEPRECATED/JSON_API are stripped during preprocessing and
  __cplusplus=201703L is predefined, so deprecated members and the
  std::string_view overloads are documented.

Documentation fixes:
- reader.h / writer.h: a mismatched 'settings_` quote opened a backtick
  span that swallowed the rest of each header, leaving CharReaderBuilder
  and StreamWriterBuilder effectively undocumented.
- value.h: document the remaining parameters of Value::get and
  Value::removeMember.
- json_value.cpp: hide the private Value::CZString implementation from
  doxygen with \cond.

Output:
- Style with doxygen-awesome-css v2.4.2 (vendored, MIT) in place of the
  1.8.13-era header/footer templates; enable tree view and search.
- Use README.md as the main page; jsoncpp.dox becomes a "Quick start"
  page with the dead SourceForge links removed. Drop the 3-line roadmap
  stub and the redundant web_doxyfile.in.

Publishing:
- New docs workflow builds on pull requests (as a warning check) and
  deploys to GitHub Pages on pushes to master with a pinned,
  checksum-verified doxygen 1.18.0. README links now point at
  https://open-source-parsers.github.io/jsoncpp/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #1711: docs: modernize doxygen build and publish from this repository

2201 of 2614 branches covered (84.2%)

Branch coverage included in aggregate %.

2605 of 2729 relevant lines covered (95.46%)

23441.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
44
90.03
0.14% src/lib_json/json_reader.cpp
16
87.35
-0.02% src/lib_json/json_value.cpp
Jobs
ID Job ID Ran Files Coverage
1 32423286225.1 20 Aug 2026 10:14PM UTC 8
89.95
GitHub Action Run
Source Files on build 32423286225
  • Tree
  • List 8
  • Changed 6
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #1711
  • PR Base - master (#32423193342)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc