TableGen/LangRef: link bang operators into the productionlist
authorSean Silva <silvas@purdue.edu>
Wed, 9 Jan 2013 02:20:31 +0000 (02:20 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 9 Jan 2013 02:20:31 +0000 (02:20 +0000)
Now BangOperator should be nicely hyperlinked.

Pointed out by Joel Jones.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171942 91177308-0d34-0410-b5e6-96231b3b80d8

docs/TableGen/LangRef.rst

index 506d2077a633a9c759cf1a4732828ca4edcb662f..92fdb4a6e6d495e86f38c28502b8d052c1a261b2 100644 (file)
@@ -86,11 +86,13 @@ TableGen also has the following keywords::
    int   let       list    multiclass   string
 
 TableGen also has "bang operators" which have a
-wide variety of meanings::
+wide variety of meanings:
 
-   !eq     !if      !head    !tail      !con
-   !shl    !sra     !srl
-   !cast   !empty   !subst   !foreach   !strconcat
+.. productionlist::
+   BangOperator: one of
+               :!eq     !if      !head    !tail      !con
+               :!shl    !sra     !srl
+               :!cast   !empty   !subst   !foreach   !strconcat
 
 Syntax
 ======