Skip to content

Commit

Permalink
[Minor][Doc] Fix the cpp reference doc (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
  • Loading branch information
acezen committed Dec 18, 2023
1 parent ccac903 commit 3ecdbad
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/cpp/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API Reference
Graph Info
-----------

.. doxygenstruct:: GraphArchive::Property
.. doxygenclass:: GraphArchive::Property
:members:
:undoc-members:

Expand Down Expand Up @@ -228,7 +228,11 @@ Expression
:members:
:undoc-members:

.. doxygenclass:: GraphArchive::ExpressionIsNull
.. doxygenclass:: GraphArchive::ExpressionUnaryOp
:members:
:undoc-members:

.. doxygenclass:: GraphArchive::ExpressionBinaryOp
:members:
:undoc-members:

Expand Down Expand Up @@ -265,10 +269,10 @@ Expression
:members:
:undoc-members:

.. doxygenfunction:: GraphArchive::_Property
.. doxygenfunction:: GraphArchive::_Property(const Property&)
.. doxygenfunction:: GraphArchive::_Property(const std::string&)
.. doxygenfunction:: GraphArchive::_Literal
.. doxygenfunction:: GraphArchive::_Not
.. doxygenfunction:: GraphArchive::_IsNull
.. doxygenfunction:: GraphArchive::_Equal
.. doxygenfunction:: GraphArchive::_NotEqual
.. doxygenfunction:: GraphArchive::_GreaterThan
Expand Down

0 comments on commit 3ecdbad

Please sign in to comment.