File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
**
10
10
** \section Introduction
11
11
** This output was generated from the example .sql scripts. It also acts as
12
- ** my test data and so will give you a definitive answer to what constructs
12
+ ** my test data and so will give you a definitive answer as to what constructs
13
13
** are supported.
14
14
**
15
15
** \section Limitations
16
- ** The sql2doygen script is a very dumb line based parser and so it expects
16
+ ** The sql2doygen script is a very dumb line- based parser and so it expects
17
17
** most key definitions to appear on one line, e.g. don't split the keywords
18
18
** CREATE & (TABLE|FUNCTION|PROCEDURE) across multiple lines. The name of the
19
19
** object must also appear on the same line as the CREATE keyword:-
24
24
**
25
25
** This is probably not overly restrictive for tables, but when it comes to
26
26
** functions SQL and C put the return type at opposite ends of the function
27
- ** declaration and so parsing them is much harder. Currently the only tyles
27
+ ** declaration and so parsing them is much harder. Currently the only styles
28
28
** supported are:-
29
29
**
30
30
** \code
You can’t perform that action at this time.
0 commit comments