Skip to content

Commit

Permalink
Small doc tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 13, 2023
1 parent 06f75b2 commit 501f3b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/variable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Variables
=========

*#include <heyoka/variable.hpp>*

The :cpp:class:`~heyoka::variable` class
----------------------------------------

*#include <heyoka/variable.hpp>*

.. cpp:namespace-push:: heyoka

.. cpp:class:: variable
Expand Down Expand Up @@ -73,6 +73,9 @@ Functions

:exception: any exception thrown by the stream operator of ``std::string``.

Operators
---------

.. cpp:function:: bool operator==(const variable &a, const variable &b) noexcept
.. cpp:function:: bool operator!=(const variable &a, const variable &b) noexcept

Expand Down

0 comments on commit 501f3b6

Please sign in to comment.