# HG changeset patch # User diego # Date 1094811350 0 # Node ID 05d3254e05b142daf1b6e8ee1f6269e4bc27a3c5 # Parent 638673d1f83a7c1208ea4890a5057608ac113e0c typos, wording diff -r 638673d1f83a -r 05d3254e05b1 DOCS/tech/code-documentation.txt --- a/DOCS/tech/code-documentation.txt Fri Sep 10 02:07:16 2004 +0000 +++ b/DOCS/tech/code-documentation.txt Fri Sep 10 10:15:50 2004 +0000 @@ -15,7 +15,7 @@ ------- MPlayer uses doxygen for its code documentation. It generates HTML files -which contain the specially tagged comment lines from the code including +which contain specially tagged comment lines from the code including cross references. To generate it type `make doxygen` in the source root directory. It will generate the files in DOCS/tech/doxygen. To clear them again, you can use `make doxygen_clean`. @@ -41,8 +41,8 @@ - #define, typedefs, structs * all global definitions - * all local definitions whos use is not imediatly clear by their name - (as a rule of thumb, it's better to document too much then not enough) + * all local definitions whose use is not imediatly clear by their name + (as a rule of thumb, it's better to document too much than not enough) * all dependencies - non-trivial parts of the code