[all-commits] [llvm/llvm-project] 136220: [clang-format][doc] Fix the doc format
sstwcw via All-commits
all-commits at lists.llvm.org
Mon Sep 4 20:42:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1362206e8ad3ec70603d4cdb78d1d4c7b9cb0528
https://github.com/llvm/llvm-project/commit/1362206e8ad3ec70603d4cdb78d1d4c7b9cb0528
Author: sstwcw <su3e8a96kzlver at posteo.net>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
Log Message:
-----------
[clang-format][doc] Fix the doc format
There has to be a blank line after a code block. Otherwise the HTML
docs can't be built.
The problem was brought in by ddc80637ccbc. How careless I was that the
same patch broke the build twice.
More information about the All-commits
mailing list