]> gcc.gnu.org Git - gcc.git/commitdiff
gnat_ugn.texi: Add succinct documentation for attribute Excluded_Source_List_File
authorVincent Celier <celier@adacore.com>
Tue, 27 May 2008 08:50:13 +0000 (10:50 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 27 May 2008 08:50:13 +0000 (10:50 +0200)
2008-05-27  Vincent Celier  <celier@adacore.com>

* gnat_ugn.texi:
Add succinct documentation for attribute Excluded_Source_List_File

From-SVN: r135980

gcc/ada/gnat_ugn.texi

index 5dce93a7cc39befa98bb6b6404f67b279370a028..4f96a2d8ec475d738db810e8752d4e07eaa68cdf 100644 (file)
@@ -12072,7 +12072,9 @@ the inherited body is not part of the sources of the project, otherwise there
 will be a compilation error when compiling the spec.
 
 For that purpose, the attribute @code{Excluded_Source_Files} is used.
-Its value is a string list: a list of file names.
+Its value is a string list: a list of file names. It is also possible to use
+attribute @code{Excluded_Source_List_File}. Its value is a single string:
+the file name of a text file containing a list of file names, one per line.
 
 @smallexample @c @projectfile
 project B extends "a" is
@@ -12495,6 +12497,8 @@ The following attributes are defined on projects (all are simple attributes):
 @tab string list
 @item @code{Excluded_Source_Files}
 @tab string list
+@item @code{Excluded_Source_List_File}
+@tab string
 @item @code{Languages}
 @tab string list
 @item @code{Main}
This page took 0.094114 seconds and 5 git commands to generate.