Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Doxyqml
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SDK
  • Doxyqml
  • Issues
  • #8

Closed
Open
Created Nov 18, 2020 by Matthew Jones@mrj

Function parameter type is ignored for multiple parameters

Doxygen version 1.8.20 (f246dd2f1c58eea39ea3f50c108019e4d4137bd5) in Windows.

The simple attached test file doesn't parse the type for param1. The doxygen is

    /// A function with two parameters
    /// @param type:int param1   The first parameter
    /// @param type:int param2   The second parameter
    function twoParams(param1, param2) {
    }

And the output is

/// A function with two parameters
/// @param type:int param1   The first parameter
/// @param param2   The second parameter
void twoParams(param1, int param2);

Function.qml

Edited Nov 18, 2020 by Matthew Jones
Assignee
Assign to
Time tracking