I found that there were changs in functions.rst that did NOT follow standard format requirements. This resulted in garbled generation of some of the stuff in MethodDoc.C. So, I fixed that as well. I also added verbiage to docs about importance of keeping formatting in .rst files consistent.
Type of change
[ ] Bug fix
[ ] New feature
[x] Documentation update~~
[ ] Other
How Has This Been Tested?
Using git diff to ensure changes I made show up in correct places and in correct files.
Description
Resolves #18563
I found that there were changs in
functions.rst
that did NOT follow standard format requirements. This resulted in garbled generation of some of the stuff inMethodDoc.C
. So, I fixed that as well. I also added verbiage to docs about importance of keeping formatting in.rst
files consistent.Type of change
[ ] Bug fix[ ] New feature[ ] OtherHow Has This Been Tested?
Using
git diff
to ensure changes I made show up in correct places and in correct files.Reminders:
Checklist:
[ ] I have commented my code where applicable.[ ] I have updated the release notes.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.