PeterChou1 wrote:

> Hi, you need to edit `clang/include/clang/Format/Format.h` and then run 
> `clang/docs/tools/dump_format_style.py` to regenerate 
> `clang/docs/ClangFormatStyleOptions.rst`.

Hi my mistake. I'm quite new to the LLVM project so I was not aware the docs 
were generated through a script I've updated 
Format.h however I ended up needing to change how the auto generated python doc 
worked slightly
The problem was I couldn't carry over the generated member names to the parent 
type so i did added a simple search and replace to the generating script so now 
every time [[[NAME]]] is reference it will use the members name.

I'm not sure if this is the best way to do this though let me know if there's a 
better method

https://github.com/llvm/llvm-project/pull/83415
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to