Union in struct
- From: Aleksandr Slobodeniuk <alenuke yandex ru>
- To: "gtk-doc-list gnome org" <gtk-doc-list gnome org>
- Subject: Union in struct
- Date: Mon, 05 Feb 2018 18:34:59 +0300
Hi again!
I've tried to submit a bugs to bugzilla, but couldn't find gtk-doc project there (strange, yes, I submitted bugs on Gnome Bugzilla before).
So, I'll send it here, if you know how to create a ticket - I'll do it.
-----
Version 1.27
Bug 1.
If we have a structure, with union inside of it (as one of fields) - documentation for this field doesn't appear in HTML.
(master branch)
Just run ./script, and it will cleanup, compile and generate html
-----
Bug 2. (you can check it by switching the project to branch "struct_issue".
if we define typedef structure without enter before the "{", like this
"typedef struct _s { ... " - it appears in documentation normally.
If with enter before the "{", like this
"
typedef struct _s
{
...
"
- the whole struct doesn't appear in documentation.
------------
So... thanks for your attention.
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]