annotate clang-tools-extra/docs/doxygen-mainpage.dox @ 237:c80f45b162ad llvm-original

add some fix
author kono
date Wed, 09 Nov 2022 17:47:54 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 /// \mainpage clang-tools
anatofuz
parents:
diff changeset
2 ///
anatofuz
parents:
diff changeset
3 /// \section main_intro Introduction
anatofuz
parents:
diff changeset
4 /// Welcome to clang tools.
anatofuz
parents:
diff changeset
5 ///
anatofuz
parents:
diff changeset
6 /// This documentation describes the **internal** software that makes
anatofuz
parents:
diff changeset
7 /// up clang tools, not the **external** use of clang tools. For
anatofuz
parents:
diff changeset
8 /// usage instructions, please see the programmer's guide or reference
anatofuz
parents:
diff changeset
9 /// manual.