-
- Downloads
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.
Showing
- lib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod 4 additions, 0 deletionslib/modules/Tools.pmod/AutoDoc.pmod/PikeObjects.pmod
- lib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike 40 additions, 0 deletionslib/modules/Tools.pmod/AutoDoc.pmod/PikeParser.pike
- refdoc/keywords.txt 9 additions, 0 deletionsrefdoc/keywords.txt
- refdoc/presentation/make_html.pike 2 additions, 0 deletionsrefdoc/presentation/make_html.pike
- refdoc/xml.txt 2 additions, 1 deletionrefdoc/xml.txt
Loading
Please register or sign in to comment