Cleanup: spelling in comments (make check_spelling_*)

Also use doxy-code blocks for inlined TEX to avoid
them being interpreted as English.
This commit is contained in:
Campbell Barton
2025-01-02 15:11:17 +11:00
parent 7481355397
commit dfef060ea4
21 changed files with 133 additions and 91 deletions

View File

@@ -104,12 +104,12 @@ defs_precalc = {
import sys
if 0:
# Examples with LLVM as the root dir: '/dsk/src/llvm'
# Examples with LLVM as the root dir: `/dsk/src/llvm`.
# path containing 'clang/__init__.py'
# Path containing `clang/__init__.py`.
CLANG_BIND_DIR = "/dsk/src/llvm/tools/clang/bindings/python"
# path containing libclang.so
# Path containing `libclang.so`.
CLANG_LIB_DIR = "/opt/llvm/lib"
else:
import os