Fixed section names in documentation index
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 7 Nov 2016 05:53:28 +0000 (21:53 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 7 Nov 2016 05:53:28 +0000 (21:53 -0800)
doc/mainpage.dox

index e40f3917f910f11cdda3a26cfb23e1e15e283a31..dc64868d5a621de9c9b74031b0fa4ed9c1d2ae5c 100644 (file)
@@ -14,7 +14,7 @@ mount the file system, unmount it, read requests from the kernel, and
 send responses back.
 
 
-\section Getting started
+## Getting started ##
 
 libfuse offers two APIs: a "high-level", synchronous API, and a
 "low-level" asynchronous API. In both cases, incoming requests from
@@ -28,7 +28,7 @@ separate set of API functions.
 The high-level API that is primarily specified in fuse.h. The
 low-level API that is primarily documented in fuse_lowlevel.h.
 
-\section Examples
+## Examples ##
 
 FUSE comes with several examples in the <a
 href="files.html">examples</a> directory. A good starting point are