indentation of inline examples



I just submitted the following as 
http://bugzilla.gnome.org/show_bug.cgi?id=68216
gtkdoc-mkdb strips '^\s*\*\s*' from doc comment lines. This causes
badly formatted examples (since all indentation gets lost). See
gtk_dialog_new_with_buttons() for an example. A possible fix
would be to strip only '^\s*\*\s?'. As a workaround, I inserted
empty declarations (<!>) at the beginning of every line in the inline
examples. Ugly.

Would it be possible to get the fix into gtk-doc ?









[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]