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

Fix doxygen for PETScWrappers::TimeStepper using DEAL_II_CXX20_REQUIRES #15373

Merged

Conversation

masterleinad
Copy link
Member

Fixes #15234. This seems to be the only location where DEAL_II_CXX20_REQUIRES was still making problems. With this patch, I am seeing:

$ grep -rIn "DEAL_II_CXX20_REQUIRES" doc/doxygen/ | grep -v "source.html" 
doc/doxygen//options.dox:316:    PREDEFINED += DEAL_II_CXX20_REQUIRES(x)=
doc/doxygen//deal.II/globals_d.html:114:<li>DEAL_II_CXX20_REQUIRES&#160;:&#160;<a class="el" href="config_8h.html#a6b672d00e5fb5035e93a42a956d4e9ce">config.h</a></li>
doc/doxygen//deal.II/config_8h.html:179:<tr class="memitem:a6b672d00e5fb5035e93a42a956d4e9ce"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="config_8h.html#a6b672d00e5fb5035e93a42a956d4e9ce">DEAL_II_CXX20_REQUIRES</a>(condition)</td></tr>
doc/doxygen//deal.II/config_8h.html:823:<h2 class="memtitle"><span class="permalink"><a href="#a6b672d00e5fb5035e93a42a956d4e9ce">&#9670;&#160;</a></span>DEAL_II_CXX20_REQUIRES</h2>
doc/doxygen//deal.II/config_8h.html:829:          <td class="memname">#define DEAL_II_CXX20_REQUIRES</td>
doc/doxygen//deal.II/search/all_e.js:123:  ['deal_5fii_5fcxx20_5frequires_120',['DEAL_II_CXX20_REQUIRES',['../config_8h.html#a6b672d00e5fb5035e93a42a956d4e9ce',1,'config.h']]],
doc/doxygen//deal.II/search/defines_2.js:19:  ['deal_5fii_5fcxx20_5frequires_16',['DEAL_II_CXX20_REQUIRES',['../config_8h.html#a6b672d00e5fb5035e93a42a956d4e9ce',1,'config.h']]],
doc/doxygen//deal.II/globals_defs_d.html:114:<li>DEAL_II_CXX20_REQUIRES&#160;:&#160;<a class="el" href="config_8h.html#a6b672d00e5fb5035e93a42a956d4e9ce">config.h</a></li>
doc/doxygen//deal.tag:673:      <name>DEAL_II_CXX20_REQUIRES</name>

@masterleinad masterleinad added this to the Release 9.5 milestone Jun 16, 2023
Copy link
Member

@bangerth bangerth left a comment

Choose a reason for hiding this comment

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

Awkward, but acceptable.

@bangerth
Copy link
Member

/rebuild

@bangerth bangerth merged commit 7695c34 into dealii:master Jun 17, 2023
14 checks passed
@masterleinad masterleinad deleted the fix_doxygen_requires_petsc_timestepper branch June 19, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation not showing up correctly - issue with DEAL_II_CXX20_REQUIRES
2 participants