annotate lldb/docs/doxygen-mainpage.dox @ 222:81f6424ef0e3 llvm-original

LLVM original branch
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 18 Jul 2021 22:10:01 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 /// @mainpage LLDB
anatofuz
parents:
diff changeset
2 ///
anatofuz
parents:
diff changeset
3 /// @section main_intro Introduction
anatofuz
parents:
diff changeset
4 /// Welcome to LLDB.
anatofuz
parents:
diff changeset
5 ///
anatofuz
parents:
diff changeset
6 /// This documentation describes both the private and public interface of LLDB.
anatofuz
parents:
diff changeset
7 /// There are no instructions here on how to use LLDB, only the APIs
anatofuz
parents:
diff changeset
8 /// that make up the software. For usage instructions, please see
anatofuz
parents:
diff changeset
9 /// the help command.
anatofuz
parents:
diff changeset
10 ///
anatofuz
parents:
diff changeset
11 /// @section main_caveat Caveat
anatofuz
parents:
diff changeset
12 /// This documentation is generated directly from the source code with doxygen.
anatofuz
parents:
diff changeset
13 /// Since LLDB is constantly under active development, what you're about to
anatofuz
parents:
diff changeset
14 /// read is out of date! However, it may still be useful since certain portions
anatofuz
parents:
diff changeset
15 /// of LLDB are very stable.