Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #4106
Closed
Open
Issue created Feb 15, 2020 by Derek Bruening@derekbrueningContributor

Missing AArch64 Doxygen INSTR_CREATE_ docs cause build failure

Split from #1569

With a new doxygen 1.8.17 the missing AArch64 headers cause build failure:

CMake Error at api/docs/CMake_rundoxygen.cmake:143 (message):
  *** doxygen failed: ***

  D:/derek/dr/git/build_x64_dbg_tests/include/dr_ir_macros_aarch64.h:501:
  warning: The following parameters of INSTR_CREATE_adc(dc, Rd, Rn, Rm) are
  not documented:

    parameter 'Rd'
    parameter 'Rn'
    parameter 'Rm'

  D:/derek/dr/git/build_x64_dbg_tests/include/dr_ir_macros_aarch64.h:503:
  warning: The following parameters of INSTR_CREATE_adcs(dc, Rd, Rn, Rm) are
  not documented:

    parameter 'Rd'
    parameter 'Rn'
    parameter 'Rm'

  D:/derek/dr/git/build_x64_dbg_tests/include/dr_ir_macros_aarch64.h:433:
  warning: The following parameters of INSTR_CREATE_add(dc, rd, rn,
  rm_or_imm) are not documented:

    parameter 'rd'
    parameter 'rn'
    parameter 'rm_or_imm'

  D:/derek/dr/git/build_x64_dbg_tests/include/dr_ir_macros_aarch64.h:435:
  warning: The following parameters of INSTR_CREATE_add_extend(dc, rd, rn,
  rm, ext, exa) are not documented:

    parameter 'rd'
    parameter 'rn'
    parameter 'rm'
    parameter 'ext'
    parameter 'exa'

...

I don't want to disable all such warnings because they are very useful (there were a couple of x86 ones I am fixing now as part of PR #4105). There seems to be no way to disable warnings for just one file. Maybe the best way forward is to disable these macros from appearing in the generating HTML docs at all, until their headers are added.

Assignee
Assign to
Time tracking