summaryrefslogtreecommitdiff
path: root/mlir/docs/doxygen-mainpage.dox
blob: a70654d8ed8b7c032e8b4950067935a0bedc3500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// \mainpage MLIR
///
/// \section main_intro Introduction
/// Welcome to the MLIR project.
///
/// This documentation describes the **internal** software that makes
/// up MLIR, not the **external** use of MLIR. There are no instructions
/// here on how to use MLIR, only the APIs that make up the software. For
/// usage instructions, please see the [project website](http://mlir.llvm.org)
/// for further detail.
///
/// \section main_caveat Caveat
/// This documentation is generated directly from the source code with doxygen.
/// Since MLIR is constantly under active development, what you're about to
/// read is out of date!