After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662793 - valadoc ignores comment blocks on namespaces
valadoc ignores comment blocks on namespaces
Status: RESOLVED FIXED
Product: valadoc
Classification: Other
Component: doclet/html
git master
Other Linux
: Normal normal
: ---
Assigned To: valadoc-maint
valadoc-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-26 18:35 UTC by Travis Reitter
Modified: 2012-08-10 21:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-10-26 18:35:30 UTC
I added the following missing comment block just before "namespace Folks":

=======================================================
types.vala:

/**
 * New general types required by Folks.
 *
 * @since 0.3.1
 */
namespace Folks
{
  /**
   * A 'boolean' type that has a distinct 'unset' state.
   *
   * @since 0.3.1
   */
  public enum MaybeBool
    {
...
=======================================================

However, valadoc ignores it since it isn't directly above a class. So my gtk-doc documentation index has a link for "types" (without any description, as the classes have).

"types" doesn't show up at all in the native doclet page (it just links MaybeBool directly from the index).

MaybeBool's docs show up as expected in the page for "types".
Comment 1 Florian Brosch 2012-08-10 21:54:17 UTC
Fixed in master, thanks.