Commit d0492dc
committed
docs(doxygen): enable C++ overloading support for SQL functions
Changed OPTIMIZE_OUTPUT_FOR_C from YES to NO in Doxyfile to enable
C++ overloading support. SQL supports function overloading (like C++),
but C does not. This setting allows Doxygen to better handle overloaded
SQL functions, though a Doxygen limitation still causes the first
overload in each group to be skipped during extraction.
Related documentation: docs/api/markdown/PARSING_NOTES.md1 parent f242670 commit d0492dc
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments