~vcs-imports/valadoc/master

Viewing all changes in revision 644.

  • Committer: Rico Tzschichholz
  • Author(s): Michael James Gratton
  • Date: 2018-01-11 10:30:01 UTC
  • Revision ID: git-v1:fa9912982ddb2b2b2126decb35fe1a1a479c3cc2
libvaladoc: Add support for single line documentation comments

This is useful for example in annotating properties:

   /** Returns the current state of the frobnocator. */
   public State frob { get; set; };

* libvaladoc/documentation/documentationparser.vala
  (DocumentationParser.init_valadoc_rules): Split Comment rule up into
  single and multi-line versions. Duplication Paragraph creation and
  cleanup for single-line comments.

https://bugzilla.gnome.org/show_bug.cgi?id=736483

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: