[all-commits] [llvm/llvm-project] a4bb77: [clang-doc] separate comments into categories

Erick Velez via All-commits all-commits at lists.llvm.org
Wed Jul 23 12:56:21 PDT 2025


  Branch: refs/heads/users/evelez7/clang-doc-revamp-comments
  Home:   https://github.com/llvm/llvm-project
  Commit: a4bb77235ee210cdacb502fdc57f8e14eed2150d
      https://github.com/llvm/llvm-project/commit/a4bb77235ee210cdacb502fdc57f8e14eed2150d
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/JSONGenerator.cpp
    M clang-tools-extra/test/clang-doc/json/class.cpp
    M clang-tools-extra/test/clang-doc/json/concept.cpp

  Log Message:
  -----------
  [clang-doc] separate comments into categories

Comment categories will allow better comment organization in HTML.
Before, comments would just be serialized in whatever order they were
written, so groups like params or notes wouldn't be in the same
sections.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list