GNOME Bugzilla – Bug 655566
Enhancement proposal to generate vala grammar from parser source comments.
Last modified: 2018-05-22 14:06:14 UTC
Created attachment 192863 [details] [review] Patch Add grammar comments to the valaparser source. Current Quick and dirty perl script to parse the valaparser.vala source file and generate a grammar.xml file. The grammar.xml file is added to the index.xml file as a section. /** => starts comment * @@SECTION@@:<text> => Starts a section * @@SUBSECTION@@:<text> => Starts a section * @@TITLE@@:<text> => Starts a section *<empty> => results in newline *<text> => results in <blockquote>text</blockquote> multiple *<text> lines are trimmed and concatenated */ => ends comment The 3 @@...@@ have to be present.
Created attachment 192864 [details] Example of generated html file No special formatting is applied other than the already xsl/css present in the doc/vala directory
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/216.