Skip to content

Commit

Permalink
Fix docs build errors
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Apr 9, 2024
1 parent 63cbfa8 commit 3d78892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/util/nitpick_ignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ cpp:identifier int32_t
cpp:identifier int16_t
cpp:identifier int8_t
cpp:identifier va_list
cpp:identifier ErrorNote
cpp:identifier ErrorCodeSnippet
# TODO: Expand macros before generating docs to remove these.
cpp:identifier ErrorParseErr
cpp:identifier ParamTag
Expand Down
4 changes: 4 additions & 0 deletions frontend/doc/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ namespace. The entries may not be exhaustive.
:members:
:undoc-members:

.. doxygenclass:: chpl::CompatibilityWriter
:members:
:undoc-members:

.. doxygenclass:: chpl::ErrorBase
:members:
:undoc-members:
Expand Down

0 comments on commit 3d78892

Please sign in to comment.