hdoc, the modern documentation tool for C++, is now open source

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hdoc

    The modern documentation tool for C++.

  • If you choose to use our hosting service, hdoc must upload the documentation to our CDN for hosting. This is done via HTTPS, hence the OpenSSL dependency. Here's the relevant code, see the verify() function and uploadDocs() function therein.

  • synth

    Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth) (by Oberon00)

  • Yes, this is currently a missed opportunity. The plan is to replace the current "declared at" with a hyperlink to the exact file, similar to what Doxygen does. However other things took priority. We're looking at using something like synth (link to demo) to have that support for jumping into the code directly from the docs.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • llvm-project

    Discontinued LLVM with support for the hdoc documentation tool. [Moved to: https://github.com/hdoc/llvm-project] (by hdoc-io)

  • hdoc is easier to configure. Compare the hdoc configuration file to the Doxygen equivalent.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts