Union in struct



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.
 
you can easily check it by cloning this project:
https://github.com/aslobodeniuk/gtkdoc-test
 
(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]