Skip to content

Commit

Permalink
rst: interpreted text for inline html-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Mar 22, 2021
1 parent a43b5cf commit 7655bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ pd_error
void pd_error(void object*, const char *fmt, ...);

Writes a C-string as an error-message to the Pd-console.
The error message is associated with the object that emitted it, so you can <kbd>Control</kbd>-Click the error message to highlight the object (or find it via the Pd-menu *Find->Find last error*).
The error message is associated with the object that emitted it, so you can `<kbd>Control</kbd>`-Click the error message to highlight the object (or find it via the Pd-menu *Find->Find last error*).

The ``object`` must point to your object instance (or be ``NULL``).

Expand All @@ -1881,7 +1881,7 @@ logpost
void logpost(void object*, const int level, const char *fmt, ...);

Writes a C-string as an message to the Pd-console at a given verbosity.
The message is associated with the object that emitted it, so you can <kbd>Control</kbd>-Click the error message to highlight the object.
The message is associated with the object that emitted it, so you can `<kbd>Control</kbd>`-Click the error message to highlight the object.

The ``object`` must point to your object instance (or be ``NULL``).

Expand Down

0 comments on commit 7655bdc

Please sign in to comment.