Re: Document function declarations in header

2018-01-31 Thread Aleksandr Slobodeniuk
> It should be possible to have function doc-comments in the header. Yes, thanls, I've found the reason of problem. All function declarations had macro first, which is actually empty. Like:_MACRO_ int my_function(); Gtk-doc 1.25 didn't include that functions to sections.txt/xml/html .But if I write

Re: Document function declarations in header

2018-01-31 Thread Stefan Sauer
On 01/29/2018 06:19 PM, Aleksandr Slobodeniuk wrote: > Hi everyone! >   > I'm trying to generate HTMLs from one .h file, that describes some API. > In result HTML I see there's no functions, only described structs and > enums. >   > Is it possible to generate documentation, if "documentation commen