]> granicus.if.org Git - clang/commit
Remove a useless subsitution in doxygen2rst which was incorrectly replacing * by \*
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 9 Mar 2017 06:41:08 +0000 (06:41 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 9 Mar 2017 06:41:08 +0000 (06:41 +0000)
commit64a83a038e47773f801ccba8eb50fc85ab535d2c
treeea36f33267bc82cee6bec6817d5c6416633e4980
parent76077868e268da8caec5f66d6cc62a03716e9e93
Remove a useless subsitution in doxygen2rst which was incorrectly replacing * by \*

Summary: For example, "int\* a;" is displayed instead of "int* a;"

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D30740

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297363 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangFormatStyleOptions.rst
docs/tools/dump_format_style.py