[flang][docs] Fix text and links in doxygen landing page

The link to the project website in the doxygen landing page was broken.
This has been replaced with a link to the "Using Flang" section of the
main documentation. The text has also been tweaked to be a bit more
"sober".
This commit is contained in:
Tarun Prabhu 2025-12-17 10:23:57 -07:00 committed by GitHub
parent 2f715e96c0
commit e128c4612f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
/// \section main_intro Introduction
/// Welcome to the flang project.
///
/// This documentation describes the **internal** software that makes
/// up flang, not the **external** use of flang. There are no instructions
/// The documentation here describes the **internal** software that makes
/// up flang. There are no instructions
/// here on how to use flang, only the APIs that make up the software. For
/// usage instructions, please see the [project website](https://github.com/llvm-project/flang)
/// for further detail.
/// usage instructions, please consult flang's
/// [user documentation](https://flang.llvm.org/docs/#using-flang).
///
/// \section main_caveat Caveat
/// This documentation is generated directly from the source code with doxygen.
/// Since flang is constantly under active development, what you're about to
/// read is out of date!
/// Since flang is under active development, some of what you're about to read
/// may already be out of date.