Live data from Hacker News

Viewing profile — hdoc

hdoc

HN member
Joined
Mon, Jul 20, 2020, 5:16 PM UTC
HN karma
24
Public activity
17 items

About hdoc

Reach out to us at: contact@hdoc.io

Recent public activity

  1. comment
    Comment #26556475

    The preprocessor will still be run prior to hdoc parsing your code, and the result should be valid assuming the your code is well-formed. C++ AST dumps are generally incomprehensib…

  2. comment
    Comment #26556393

    hdoc uses Clang to parse your C++ code, so anything that Clang compiles should be fine. It's one of the benefits of using a production-quality parser instead of a homemade one like…

  3. comment
    Comment #26556182

    Hello HN, we've posted here several times but today we're announcing that hdoc is becoming open source. Our goal is to make hdoc available to a broader set of developers. On top of…

  4. story
  5. story
  6. comment
    Comment #26045173

    We're looking at open sourcing hdoc in the future, and at least offering a free plan in the near term. We'd like to give back to the community too, it's part of the reason why we h…

  7. comment
    Comment #26042503

    I agree that bad documentation is often due to lack of effort. Many developers don't like writing documentation, which is unfortunate because bad documentation can drag down otherw…

  8. comment
    Comment #26040896

    LLVM/Clang are generally well-documented but there are places that don’t have great coverage. Unfortunately tools are only part of the solution. Our goal with hdoc is to make writi…

  9. comment
    Comment #26040863

    Yes, this is one of the many improvements we plan on adding soon. It was cut from the MVP because we wanted to ensure that it was 100% accurate. Complex code bases can be ambiguous…

  10. comment
    Comment #26040847

    When we originally implemented the Doxygen command support we looked at the most used commands in the code bases we profiled, and settled on about five, which we cut down to those …

  11. comment
    Comment #26038817

    C++ is falling behind in the quality of documentation output compared to what tools like rustdoc, ReadTheDocs, and godoc generate. Getting good output from existing C++ tools requi…

  12. story
  13. comment
    Comment #25784614

    https://hdoc.io/ More or less a modern replacement of Doxygen. The goal is to make writing good documentation easy. To accomplish that we've incorporated Markdown pages alongside t…

  14. comment
    Comment #24342202

    The hdoc alpha release is now available on Linux and we're looking for feedback from users. If you're interested in a better documentation tool for C++, please consider trying out …

  15. story
  16. story
  17. story