Mercurial > mplayer.hg
diff DOCS/tech/code-documentation.txt @ 13302:05d3254e05b1
typos, wording
| author | diego |
|---|---|
| date | Fri, 10 Sep 2004 10:15:50 +0000 |
| parents | fb8f8882fb6a |
| children | 335964188675 |
line wrap: on
line diff
--- 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
