Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gobject-introspection
gobject-introspection
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 226
    • Issues 226
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 18
    • Merge Requests 18
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gobject-introspectiongobject-introspection
  • Issues
  • #235

Closed
Open
Opened Oct 04, 2018 by Hin-Tak Leung@HinTak

"void routine(a,b, &c_out) " miss documented

The actual code is in a recent change I made in harfbuzz, a few days ago.

/*

@c: (out):

*/
void myroutine(a, b, c)

should be translated and documented by g-ir-doc-tool to python as:

c = myroutine(a,b)

And indeed the typelib etc works that way.

but in the generated documentation, it is kept as

myroutine(a, b, c)

I tried pgi-docgen and it works correctly there.

I'll put the actual harfbuzz here at some point.

Edited Oct 04, 2018 by Hin-Tak Leung
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gobject-introspection#235