Skip to content
Snippets Groups Projects
Commit 01dc2a8c authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Added support for typed constants in the doc extractor.

The type can either be given explicitly between the "constant" keyword and
the identifier, or it can be determined from the constant expression if it's
specified and is a plain literal.

Note: This makes the parsing of constant declarations somewhat more strict,
which can cause errors in existing AutoDoc markup.

This change makes the constant declarations in the GSSAPI module correct.
parent 14561009
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment