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

doc: workaround Doxygen formatting quirk #10137

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Oct 30, 2022

Doxygen interprets ** at the beginning of the line as part of a Doxygen comment block. In these cases we wanted to interpret this as a **not**, i.e., bold the word. There may be better solutions, but this is a quick fix to get the formatting right.


This change is Reviewable

Doxygen interprets `**` at the beginning of the line as part of a
Doxygen comment block.  In these cases we wanted to interpret this as
a `**not**`, i.e., bold the word. There may be better solutions, but
this is a quick fix to get the formatting right.
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: b081814ff43beb6c67c0116385607a0f2aff87ec

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Oct 30, 2022

Codecov Report

Base: 93.97% // Head: 93.97% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (b081814) compared to base (d47387e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10137   +/-   ##
=======================================
  Coverage   93.97%   93.97%           
=======================================
  Files        1523     1523           
  Lines      140149   140149           
=======================================
+ Hits       131711   131712    +1     
+ Misses       8438     8437    -1     
Impacted Files Coverage Δ
...cloud/pubsub/internal/subscription_session_test.cc 97.98% <0.00%> (-0.17%) ⬇️
.../internal/subscription_concurrency_control_test.cc 100.00% <0.00%> (+0.26%) ⬆️
google/cloud/internal/async_rpc_details.h 100.00% <0.00%> (+5.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@coryan coryan marked this pull request as ready for review October 30, 2022 15:13
@coryan coryan requested a review from a team as a code owner October 30, 2022 15:13
@coryan coryan merged commit f3be4c5 into googleapis:main Oct 30, 2022
@coryan coryan deleted the doc-workaround-doxygen-formatting-quirk branch October 30, 2022 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants