[MPlayer-cvslog] r22220 - trunk/DOCS/tech/code-documentation.txt

diego subversion at mplayerhq.hu
Thu Feb 15 00:44:01 CET 2007


Author: diego
Date: Thu Feb 15 00:44:01 2007
New Revision: 22220

Modified:
   trunk/DOCS/tech/code-documentation.txt

Log:
random small fixes


Modified: trunk/DOCS/tech/code-documentation.txt
==============================================================================
--- trunk/DOCS/tech/code-documentation.txt	(original)
+++ trunk/DOCS/tech/code-documentation.txt	Thu Feb 15 00:44:01 2007
@@ -37,11 +37,11 @@
   * its valid range
   * where it is set (optional)
   * where validity checking is done (optional, mandatory for variables which
-    are set by something external, eg user parameters, file information etc)
+    are set by something external, e.g. user parameters, file information etc)
 
 - #define, typedefs, structs
   * all global definitions
-  * all local definitions whose use is not imediatly clear by their name
+  * all local definitions whose use is not immediately clear by their name
     (as a rule of thumb, it's better to document too much than not enough)
   * all dependencies
 
@@ -124,7 +124,7 @@
 \warning <text>
    Add a section for a warning.
 \anchor <refname>
-   Set an invisible anchor which can be used to create a link with /ref.
+   Set an invisible anchor which can be used to create a link with \ref.
 \ref <refname> [<text>]
    Add a link to <refname>.
 



More information about the MPlayer-cvslog mailing list