Page MenuHomeClusterLabs Projects

Add libcrmcluster to doxygen-generated HTML docs
Open, NormalPublic

Assigned To
None
Authored By
nrwahl2
Apr 30 2024, 7:31 PM
Tags
  • Restricted Project
  • Restricted Project
  • Restricted Project
Referenced Files
None
Subscribers

Description

doxygen.h is missing a \defgroup directive for libcrmcluster, and cluster.h is missing an \ingroup directive. There should be an endpoint for libcrmcluster here (update version string as needed): https://clusterlabs.org/pacemaker/doxygen/Pacemaker-2.1.7/index.html

Also, doxygen for functions in corosync.c and cpg.c should note that calls to them should be guarded by #if SUPPORT_COROSYNC.

Currently, functions whose declarations are guarded by #if SUPPORT_COROSYNC don't appear in doxygen-generated HTML at all.

Feel free to create subtasks for the SUPPORT_COROSYNC issues.

Event Timeline

nrwahl2 triaged this task as Normal priority.Apr 30 2024, 7:31 PM
nrwahl2 created this task.
nrwahl2 created this object with edit policy "Restricted Project (Project)".

Only public APIs need SUPPORT_COROSYNC notes

kgaillot added a project: Restricted Project.Wed, Oct 23, 6:32 PM