~vcs-imports/valadoc/+git/valadoc:master

Last commit made on 2021-07-29
Get this branch:
git clone -b master https://git.launchpad.net/~vcs-imports/valadoc/+git/valadoc

Branch merges

Branch information

Name:
master
Repository:
lp:~vcs-imports/valadoc/+git/valadoc

Recent commits

5e3f526... by Nahuel Gomez Castro <email address hidden>

README: Add notice about migration to Vala repo

9745fe9... by Andre Klapper

Replace deprecated bugzilla.gnome.org URL with gitlab.gnome.org URL

8a745a3... by Rico Tzschichholz

doap: Update bug-database url

b2172f4... by Rico Tzschichholz

Release 0.36.2

fa99129... by Michael Gratton

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

cea9767... by Michael Gratton

libvaladoc: Allow @link tags to be split over multiple lines

* libvaladoc/documentation/documentationparser.vala
  (DocumentationParser.init_valadoc_rules): Allow both SP and NL in
  general tag rule to separate tag name and body.

* libvaladoc/taglets/tagletlink.vala (Link): Allow multiple further SP
  and NL chars before the link.

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

defffe1... by Rico Tzschichholz

libvaladoc: Actually resolve "percnt;" to '%'

bab1ac0... by Rico Tzschichholz

valadoc: Acknowledge possible properties in structs

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

4af47fd... by Jakub Kaszycki <email address hidden>

libvaladoc: Fix fatal typo in GtkdocRenderer.visit_symbol_link()

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

8b621fd... by Rico Tzschichholz

Release 0.36.1