attempt to fix buildbot system being super precise about wrong syntax.
authorng0 <ng0@infotropique.org>
Wed, 18 Oct 2017 16:03:23 +0000 (16:03 +0000)
committerng0 <ng0@infotropique.org>
Wed, 18 Oct 2017 16:03:23 +0000 (16:03 +0000)
Inside comment blocks. Wow.

doc/gnunet-c-tutorial.texi

index 2e30696389faa796ae400ab78e6845e8e34be55b..432d2b47b530246d87dbf40e55036010c17dd931 100644 (file)
@@ -364,8 +364,8 @@ PASS: test_gnunet_prefix
 GNUnet is organized in layers and services. Each service is composed of a
 main service implementation and a client library for other programs to use
 the service's functionality, described by an API. This approach is shown in
-@c** FIXME: enable this once the commented block below works:
-@c** figure~\ref{fig:service}.
+@c FIXME: enable this once the commented block below works:
+@c figure~\ref fig:service.
 Some services provide an additional command line tool to enable the user to
 interact with the service.
 
@@ -373,10 +373,10 @@ Very often it is other GNUnet services that will use these APIs to build the
 higher layers of GNUnet on top of the lower ones. Each layer expands or extends
 the functionality of the service below (for instance, to build a mesh on top of
 a DHT).
-@c** FXIME: See comment above.
-@c** See figure ~\ref{fig:interaction} for an illustration of this approach.
+@c FXIME: See comment above.
+@c See figure ~\ref fig:interaction for an illustration of this approach.
 
-@c ** @image{filename[, width[, height[, alttext[, extension]]]]}
+@c ** @image filename[, width[, height[, alttext[, extension]]]]
 
 @image{images/gnunet-tutorial-service,,5in,Service with API and network protocol,.png}