Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs[mqba]: Complete conversion of mqba documentation from BDE style to Doxygen style #523

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pniedzielski
Copy link
Collaborator

@pniedzielski pniedzielski commented Nov 18, 2024

Please see commit messages for details.

This is the first of many PRs like this. They will all follow the same format (two commits, one to convert component documentation and to fix up things that the Doxygen conversion script missed, and one to migrate package documentation.

@pniedzielski pniedzielski force-pushed the doxygen/mqba branch 2 times, most recently from 93af0db to 51a7e26 Compare November 18, 2024 19:57
Copy link

@bmq-oss-ci bmq-oss-ci bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build 394 of commit 88c4362 has completed with FAILURE

This patch removes the old `doc/*.txt` file and migrates some
information in it into a file Doxygen can read.  The information not
migrated is:

  1. the table of contents for this package, which will be generated by
     Doxygen automatically, and kept in-sync with any documentation
     changes made in the files, and

  2. the hierarchical synopsis, which is out-of-date.

These are the same changes that we have already made in the public
documentation, as in commits bc20ab0
and f3ca1d2.  See in particular the
rational in the latter’s commit message.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
This patch makes three changes:

  1. First, it converts the BDE-style component documentation into
     Doxygen `@file` documentation.  See the commit message in commit
     f3ca1d2 for more details on this.

  2. Next, it converts stray BDE-style documentation that was not
     automatically converted to Doxygen format when we open-sourced.
     Most of these are the documentation for member variables, but in
     some cases, overloads were not correctly converted either.

  3. Finally, it makes minor changes to non-Doxygen comments, like file
     header comments or include comments, which were not correctly
     updated in the past.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
@pniedzielski pniedzielski changed the title Docs[mqba]: Complete conversion of documentation from BDE style to Doxygen style Docs[mqba]: Complete conversion of mqba documentation from BDE style to Doxygen style Jan 8, 2025
@pniedzielski pniedzielski marked this pull request as ready for review January 8, 2025 17:44
@pniedzielski pniedzielski requested a review from a team as a code owner January 8, 2025 17:44
@pniedzielski pniedzielski requested a review from hallfox January 8, 2025 17:45
@pniedzielski pniedzielski added documentation Improvements or additions to documentation A-Docs Area: Documentation labels Jan 8, 2025
Copy link

@bmq-oss-ci bmq-oss-ci bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build 423 of commit 0632f3d has completed with FAILURE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Docs Area: Documentation documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants