Skip to content

Commit 175b881

Browse files
author
Paul C. Anagnostopoulos
committed
[TableGen] [docs] Change title of tblgen.rst to fix man page filename
1 parent 25942d7 commit 175b881

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

llvm/docs/CommandGuide/clang-tblgen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
1717
users of LLVM will not need to use this program. It is used only for writing
1818
parts of the compiler.
1919

20-
Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
20+
Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
2121
for a description of the *filename* argument and options, including the
2222
options common to all :program:`*-tblgen` programs.

llvm/docs/CommandGuide/lldb-tblgen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
1717
users of LLVM will not need to use this program. It is used only for writing
1818
parts of the compiler.
1919

20-
Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
20+
Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
2121
for a description of the *filename* argument and options, including the
2222
options common to all :program:`*-tblgen` programs.

llvm/docs/CommandGuide/llvm-tblgen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
1717
users of LLVM will not need to use this program. It is used only for writing
1818
parts of the compiler.
1919

20-
Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
20+
Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
2121
for a description of the *filename* argument and options, including the
2222
options common to all :program:`*-tblgen` programs.

llvm/docs/CommandGuide/mlir-tblgen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ description (``.td``) files into C++ code and other output formats. Most
1717
users of LLVM will not need to use this program. It is used only for writing
1818
parts of the compiler.
1919

20-
Please see :doc:`tblgen Family - Target Description to C++ Code<./tblgen>`
20+
Please see :doc:`tblgen - Description to C++ Code<./tblgen>`
2121
for a description of the *filename* argument and options, including the
2222
options common to all :program:`*-tblgen` programs.

llvm/docs/CommandGuide/tblgen.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tblgen Family - Description to C++ Code
2-
=======================================
1+
tblgen - Description to C++ Code
2+
================================
33

44
.. program:: tblgen
55

@@ -22,10 +22,10 @@ description (``.td``) files into C++ code and other output formats. Most
2222
users of LLVM will not need to use this program. It is used only for
2323
writing parts of the compiler, debugger, and LLVM target backends.
2424

25-
The details of the input and output of :program:`*-tblgen` is beyond the
26-
scope of this short introduction; please see the :doc:`TableGen Overview
27-
<../TableGen/index>` for an introduction and for references to additional
28-
TableGen documents.
25+
The details of the input and output of the :program:`*-tblgen` programs is
26+
beyond the scope of this short introduction; please see the :doc:`TableGen
27+
Overview <../TableGen/index>` for an introduction and for references to
28+
additional TableGen documents.
2929

3030
The *filename* argument specifies the name of the Target Description (``.td``)
3131
file that TableGen processes.

0 commit comments

Comments
 (0)