]> vaikene.ee Git - evaf/blobdiff - www/pswgen03.html
Warning fixes and copyright update.
[evaf] / www / pswgen03.html
index 88597303ef115b5dd96da7dc8187875d7be021d0..a4bd834943764d8cafe13ea8ab079a7af815e152 100644 (file)
@@ -13,6 +13,7 @@
 
     <body>
 
+        <p>Next: <a href="pswgen04.html">04 - Generator Module</a>, Previous: <a href="pswgen02.html">02 - Preparations</a></p>
         <h1>eVaf Tutorial</h1>
 
         <h2>03 - Generator Module</h2>
@@ -24,7 +25,7 @@
         <h3>iGenerator interface</h3>
 
         <p>We start by defining the interface for the module and create the file <tt>igenerator.h</tt> in the
-        <tt>src/apps/pswGen/Generator</tt> directory:</p>
+        <tt>src/apps/PswGen/Generator</tt> directory:</p>
 
         <pre class="hl"><span class="hl com">/**</span>
 <span class="hl com"> * &#64;file src/apps/PswGen/Generator/igenerator.h</span>