Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cmsgemos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cmsgemonline
  • gem-daq
  • cmsgemos
  • Issues
  • #77

Closed
Open
Created May 09, 2020 by Louis Moureaux@lmoureauDeveloper

Doxygen adds asterisks in front of code blocks

Summary

This issue documents a documentation issue that shows up because we are using Doxygen 1.8.5 (released in... 2013). There is no action we can take apart from updating Doxygen (can't do on CC7), so this issue is created for future reference only.

The issue is as follows: each line in code blocks start with an asterisk. For instance, the following markup:

/// ~~~{.cpp}
/// int a;
/// ~~~

yields:

* int a;
*

The relevant Doxygen bug report can be found here.

Relevant logs and/or screenshots

Documentation of child_of:

image

Environment

  • Version used: Doxygen 1.8.5
  • Operation System: CentOS 7
Assignee
Assign to
Time tracking