Skip to content

Commit

Permalink
Quotes inside section name were breaking the doco generation
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Apr 14, 2020
1 parent bd3672e commit 95b5e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/slf4o.texi.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ In your code, put calls to @code{logger.info(...)}, @code{logger.debug(...)}, an
...
@end example

@node Regular and "j" variants
@subsection Regular and "j" variants
@node Regular and j variants
@subsection Regular and j variants

The regular ("m") versions of the logging functions take @code{fprintf}-style formatting and arguments, with @code{%s}/@code{%f}/@code{%d}/etc placeholders. These calls look like normal Octave @code{fprintf()} calls. The argument conversion and formatting is done at the Octave level before the message is passed along to the SLF4J Java library. These are the functions you should usually be using.

Expand Down

0 comments on commit 95b5e39

Please sign in to comment.