libgnt/libgnt

Fix a few documentation issues

2021-07-23, Gary Kramlich
d8762e1bb08e
Parents f0b34eb0e27d
Children 9c90f958a2d5
Fix a few documentation issues

Testing Done:
ran `ninja libgnt-doc`

Reviewed at https://reviews.imfreedom.org/r/824/
  • +1 -0
    doc/meson.build
  • +1 -2
    gntwm.h
  • --- a/doc/meson.build Thu Jul 15 00:34:50 2021 -0500
    +++ b/doc/meson.build Fri Jul 23 04:04:00 2021 -0500
    @@ -21,6 +21,7 @@
    'gntncurses.h',
    'gntstyleprivate.h',
    'gnttreeprivate.h',
    + 'gnttextviewprivate.h',
    'gntwidgetprivate.h',
    'gntwmprivate.h',
    'gntwsprivate.h',
    --- a/gntwm.h Thu Jul 15 00:34:50 2021 -0500
    +++ b/gntwm.h Fri Jul 23 04:04:00 2021 -0500
    @@ -51,8 +51,7 @@
    *
    * A node in the window management tree.
    */
    -typedef struct _GntNode
    -{
    +typedef struct {
    GntWidget *me;
    WINDOW *window;