From e59e69118302b6a8a9d8c09ed2d5032d432ad33a Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 2 Nov 2020 21:36:36 -0700 Subject: add loops --- language/source-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language/source-file.rst') diff --git a/language/source-file.rst b/language/source-file.rst index 162bb88..079ee39 100644 --- a/language/source-file.rst +++ b/language/source-file.rst @@ -2,7 +2,7 @@ Source Files ------------ .. crowbar:element:: HeaderFile <- IncludeStatement* HeaderFileElement+ - HeaderFileElement <- TypeDefinition / FunctionDeclaration / ConstantDefinition / VariableDeclaration + HeaderFileElement <- TypeDefinition / FunctionDeclaration / VariableDefinition / VariableDeclaration A Crowbar header file defines an API boundary, either at the surface of a library or between pieces of a library or application. :crowbar:ref:`IncludeStatement`\ s can only appear at the beginning of the header file, and header files cannot define behavior directly. -- cgit v1.2.3